removed 'use-strict'

Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
Philip Molares 2020-04-12 15:36:23 +02:00 committed by David Mehren
parent d0b693d3e7
commit 57675265fc
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
5 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
'use strict'
// history
// external modules
import LZString from 'lz-string'

View file

@ -1,4 +1,3 @@
'use strict'
import { createHash } from 'crypto'
import randomColor from 'randomcolor'
import { config } from './config'

View file

@ -1,4 +1,3 @@
'use strict'
import { createLogger, format, transports } from 'winston'
const logger = createLogger({

View file

@ -1,4 +1,3 @@
'use strict'
import { config } from './config'
import { Note, User } from './models'

View file

@ -1,5 +1,3 @@
'use strict'
import bodyParser from 'body-parser'
// create application/x-www-form-urlencoded parser