mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04:00
Use strict mode in all backend files
add ‘use strict’ in all backend file
This commit is contained in:
parent
edb1b4aa0a
commit
5870d988b5
19 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
'use strict'
|
||||
module.exports = {
|
||||
up: function (queryInterface, Sequelize) {
|
||||
queryInterface.addColumn('Users', 'accessToken', Sequelize.STRING)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue