Skip to content

Commit 742695c

Browse files
committed
chore: remove unused code
1 parent 341b092 commit 742695c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ app.all("/api/*", async (c) => {
6666
const redisData = await get(userId, c.req.method, path);
6767
if (!redisData) return c.json({});
6868
const { status, data } = JSON.parse(redisData);
69-
c.status = status;
7069
return c.json(data, status);
7170
});
7271

0 commit comments

Comments
 (0)