Fixed trailing spaces in database.js

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
pull/1499/head
Matthew Nickson 2 years ago
parent 068b920553
commit 4ddbf71920
No known key found for this signature in database
GPG Key ID: BF229DCFD4748E05

@ -93,7 +93,7 @@ class Database {
* Connect to the database
* @param {boolean} [testMode=false] Should the connection be
* started in test mode?
* @param {boolean} [autoloadModels=true] Should models be
* @param {boolean} [autoloadModels=true] Should models be
* automatically loaded?
* @param {boolean} [noLog=false] Should logs not be output?
* @returns {Promise<void>}
@ -243,7 +243,7 @@ class Database {
await setSetting("databasePatchedFiles", databasePatchedFiles);
}
/**
/**
* Migrate status page value in setting to "status_page" table
* @returns {Promise<void>}
*/

Loading…
Cancel
Save