1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Generalise MySQLDate to lib

This commit is contained in:
2022-04-18 19:12:08 +00:00
parent 6b409bca41
commit 0b4be056c6
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
'use strict'; 'use strict';
// Import user defined modules // Import user defined modules
const MySQLDate = require('./MySQLDate'); const MySQLDate = require('../../lib/MySQLDate');
// Object storing configurations for the db tables // Object storing configurations for the db tables
const details = { const details = {