Remove unused kv-logger code

This commit is contained in:
Dominic Ferrando
2026-06-24 16:33:11 -04:00
parent 43089c03b6
commit 1d184ca615
-13
View File
@@ -117,19 +117,6 @@ export const app = new Elysia()
player: PlayerSchema, player: PlayerSchema,
activityPerformances: z.array(ActivityPerformanceSchema) activityPerformances: z.array(ActivityPerformanceSchema)
}), }),
// afterResponse: ({ query, body, responseValue }) => {
// if (query.log === "true") {
// void fetch("https://kv-logger.xominus.workers.dev", {
// method: "POST",
// headers: { "content-type": "application/json" },
// body: JSON.stringify({
// output: responseValue,
// player: body.player,
// activityPerformances: body.activityPerformances
// }),
// });
// }
// }
}) })
// COMMERCE // COMMERCE