Skip to content

Commit b7fb6b3

Browse files
committed
fix: lint
1 parent 027924e commit b7fb6b3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

backend/src/services/integrationService.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,11 +2200,10 @@ export default class IntegrationService {
22002200
// segments,
22012201
// })
22022202

2203-
this.options.log.debug(`Caching data: ${JSON.stringify(cachedStats)}`)
2203+
// this.options.log.debug(`Caching data: ${JSON.stringify(cachedStats)}`)
22042204
// cache for 1 minute
2205-
await cacheDb.set(key, JSON.stringify(cachedStats), 60)
2205+
// await cacheDb.set(key, JSON.stringify(cachedStats), 60)
22062206
} else {
2207-
this.options.log.debug(`Cache data found: ${JSON.stringify(cachedStats)}`)
22082207
cachedStats = JSON.parse(cachedStats)
22092208
}
22102209
return cachedStats as GitHubStats

0 commit comments

Comments
 (0)