Skip to content

Commit

Permalink
fix: webpack builds (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown authored Jan 26, 2023
1 parent 408b959 commit 4b9a880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import low from 'last-one-wins'
import LRU from 'lru'
import randombytes from 'randombytes'
import records from 'record-cache'
import crypto from 'node:crypto'
import crypto from 'crypto'

const debug = Debug('bittorrent-dht')

Expand Down

0 comments on commit 4b9a880

Please sign in to comment.