Skip to content

Commit

Permalink
chore: 混入了多余的修改
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed May 12, 2024
1 parent 1ff4cb3 commit b08f616
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 @@ -40,7 +40,7 @@ interface ICounters {
bytes: number
}

const whiteListDomain = ['localhost', 'bangbang93.com', '192.168']
const whiteListDomain = ['localhost', 'bangbang93.com']

// eslint-disable-next-line @typescript-eslint/naming-convention
const __dirname = dirname(fileURLToPath(import.meta.url))
Expand Down

0 comments on commit b08f616

Please sign in to comment.