Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jun 9, 2023
1 parent 16d293e commit 4e935e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {connect, Socket} from 'socket.io-client'
import {Tail} from 'tail'
import {validateFile} from './file.js'
import MeasureRoute from './measure.route.js'
import {hashToFilename} from './util'
import {hashToFilename} from './util.js'

interface IFileList {
files: {path: string; hash: string; size: number}[]
Expand Down

0 comments on commit 4e935e3

Please sign in to comment.