Skip to content

Commit

Permalink
Fix mock progress indicator for NT publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 10, 2024
1 parent a4362e1 commit 31308ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub/hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ async function handleMainMessage(message: NamedMessage) {
if (historicalSources.length > 0) {
await historicalSources[0].source.loadAllFields(); // Root NT table is always from the first source
}
clearInterval(mockProgressInterval);

// Start publisher
publisher?.stop();
Expand Down

0 comments on commit 31308ec

Please sign in to comment.