Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Jun 21, 2024
1 parent b1eacff commit 966254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/node-info-updater-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function handleUpdate(context: AppContext, logger: Logger) {
try {
let lastKey = null;
let totalCount = 0;
let tempValidNodeAnchors = new Set();
const tempValidNodeAnchors = new Set();
// eslint-disable-next-line
while (true) {
const keys = await (lastKey
Expand Down

0 comments on commit 966254f

Please sign in to comment.