Remove unused kv-logger code
This commit is contained in:
@@ -117,19 +117,6 @@ export const app = new Elysia()
|
||||
player: PlayerSchema,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user