Fix casing for unix machines
This commit is contained in:
parent
b939c63aa7
commit
3c2e3dae03
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue