fix: dont pad numbers in redis key dates

This commit is contained in:
2023-08-17 21:31:52 +02:00
parent ed3aed85ad
commit 2f9f2d81bf
6 changed files with 83 additions and 89 deletions

View File

@ -1,9 +0,0 @@
import { Handlers } from "$fresh/server.ts";
import { getPerformances } from "@lib/cache/performance.ts";
import { json } from "@lib/helpers.ts";
export const handler: Handlers = {
async GET() {
return json(await getPerformances());
},
};