We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f316882 commit 1d6bf7bCopy full SHA for 1d6bf7b
src/ext/indexer/indexer.ts
@@ -129,7 +129,7 @@ class IndexerClient {
129
130
if (cached) {
131
this.logger.debug(`Cache hit for round ${roundId}`);
132
- return JSON.parse(cached) as RoundWithApplications;
+ return cached as RoundWithApplications;
133
} else {
134
this.logger.debug(`Cache miss for round ${roundId}`);
135
}
0 commit comments