mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 16:18:38 +02:00
fix missing ;
This commit is contained in:
@@ -9,7 +9,7 @@ var winston = require('winston');
|
||||
var Upgrade = {};
|
||||
|
||||
var minSchemaDate = Date.UTC(2015, 10, 6); // This value gets updated every new MAJOR version
|
||||
var schemaDate
|
||||
var schemaDate;
|
||||
var thisSchemaDate;
|
||||
|
||||
// IMPORTANT: REMEMBER TO UPDATE VALUE OF latestSchema
|
||||
|
||||
Reference in New Issue
Block a user