Skip to content

Commit 1d6bf7b

Browse files
committed
improv
1 parent f316882 commit 1d6bf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext/indexer/indexer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class IndexerClient {
129129

130130
if (cached) {
131131
this.logger.debug(`Cache hit for round ${roundId}`);
132-
return JSON.parse(cached) as RoundWithApplications;
132+
return cached as RoundWithApplications;
133133
} else {
134134
this.logger.debug(`Cache miss for round ${roundId}`);
135135
}

0 commit comments

Comments
 (0)