Skip to content

Commit

Permalink
ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Aug 9, 2023
1 parent 9260910 commit 8869912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void (async function main () {
const indexers = await client.sMembers(INDEXER_SET_KEY);

indexers.forEach((indexerName) => {
if (streamHandlers[indexerName] !== undefined) {
if (streamHandlers[indexerNme] !== undefined) {
return;
}

Expand Down

0 comments on commit 8869912

Please sign in to comment.