Fix casing for unix machines

This commit is contained in:
Emad Kheir 2021-04-01 19:07:49 +01:00 committed by GitHub
parent b939c63aa7
commit 3c2e3dae03

View file

@ -3,7 +3,7 @@
*/ */
const Common = require('shock-common') const Common = require('shock-common')
const logger = require('winston') const logger = require('winston')
const { safeParseJSON } = require('../json') const { safeParseJSON } = require('../JSON')
const ECC = require('./index') const ECC = require('./index')
const nonEncryptedEvents = [ const nonEncryptedEvents = [