Skip to content

Commit c9cf881

Browse files
author
Micah Riggan
committed
Fixing coin model in transform
1 parent c022f8e commit c9cf881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bitcore-node/src/providers/transforms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { CoinModel } = require('../../../models/coin');
1+
import { CoinModel } from '../models/coin';
22
import { Transform } from 'stream';
33
import { IWallet } from '../models/wallet';
44

0 commit comments

Comments
 (0)