Skip to content

Commit

Permalink
dashboard: log replies
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl committed Nov 15, 2023
1 parent 1527c06 commit a43d4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dashboard/src/service/service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function testPublicAPI(service: any): void {
timeoutMs: 7 * 60 * 1000,
},
)) {
console.log("Reply: " + reply.reply);
previousCount = reply.count;
backoff = BASE_BACKOFF;
}
Expand Down

0 comments on commit a43d4b1

Please sign in to comment.