Skip to content

Commit fbbc524

Browse files
committed
fix: remove unused variable
1 parent 88f7ca9 commit fbbc524

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

graphql/server/src/middleware/debug-memory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const debugMemory: RequestHandler = (_req, res) => {
3030

3131
const mem = process.memoryUsage();
3232
const cacheStats = getCacheStats();
33-
const now = Date.now();
3433

3534
const response = {
3635
memory: {

0 commit comments

Comments
 (0)