1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove unused imports

This commit is contained in:
alexcos20 2020-09-23 06:34:12 -07:00
parent c1dc373fcb
commit 8ac5f73c0f

View File

@ -1,5 +1,4 @@
import { generateId } from '../utils/GeneratorHelpers' import { noZeroX } from '../utils'
import { noZeroX, didZeroX } from '../utils'
const prefix = 'did:op:' const prefix = 'did:op:'
/** /**