Skip to content

Commit 33b987f

Browse files
authored
Merge pull request #210 from CodeForBaltimore/HOTFIX-tls
Fixing tls error on prod
2 parents 09b9dc4 + 5edaddc commit 33b987f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import crypto from 'crypto'
55
import validator from 'validator'
66
import fs from 'fs'
77
import jwt from 'jsonwebtoken'
8+
import tls from 'tls'
89
import { newEnforcer } from 'casbin'
910
import { Response } from './response'
1011
import { SequelizeAdapter } from 'casbin-sequelize-adapter'

0 commit comments

Comments
 (0)