mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Fix bad import
This commit is contained in:
@@ -6,7 +6,8 @@ import { validRoles } from '../roles'
|
|||||||
|
|
||||||
const scrypt = promisify(scryptCb)
|
const scrypt = promisify(scryptCb)
|
||||||
|
|
||||||
const base62 = require('base-x')(
|
import baseX from 'base-x'
|
||||||
|
const base62 = baseX(
|
||||||
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',
|
'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user