Remove unused path constant
This commit is contained in:
@@ -15,7 +15,7 @@ export async function onRequestPost(context: RequestContext) {
|
||||
|
||||
if (!appeal) return jsonError("Appeal not found", 400);
|
||||
|
||||
const { etag, path, value: banList } = await getBanList(context);
|
||||
const { etag, value: banList } = await getBanList(context);
|
||||
|
||||
await context.env.D1.prepare("DELETE FROM game_appeals WHERE id = ?;")
|
||||
.bind(context.params.id)
|
||||
|
||||
Reference in New Issue
Block a user