summaryrefslogtreecommitdiffstats
path: root/server/migrations.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-11 23:41:50 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-11 23:41:50 +0300
commit178beee47634337f5868ac2c110015a87e608673 (patch)
tree15b70820201a4044c0f1084b060b25c65a007c5e /server/migrations.js
parentb4402b72ac8beb93528b789d3d319d44dd483f29 (diff)
downloadwekan-178beee47634337f5868ac2c110015a87e608673.tar.gz
wekan-178beee47634337f5868ac2c110015a87e608673.tar.bz2
wekan-178beee47634337f5868ac2c110015a87e608673.zip
- Fix lint errors.
Note: variable trackingUsers is not used anywhere, so it was removed. Thanks to xet7 !
Diffstat (limited to 'server/migrations.js')
-rw-r--r--server/migrations.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/migrations.js b/server/migrations.js
index a5d93a4c..5a4126d7 100644
--- a/server/migrations.js
+++ b/server/migrations.js
@@ -341,4 +341,4 @@ Migrations.add('remove-tag', () => {
'profile.tags':1,
},
}, noValidateMulti);
-}); \ No newline at end of file
+});