Remove unused path constant
This commit is contained in:
@@ -78,7 +78,7 @@ export async function onRequestPost(context: RequestContext) {
|
||||
|
||||
await context.env.D1.batch(batchedQueries);
|
||||
|
||||
const { etag, path, value: banList } = await getBanList(context);
|
||||
const { etag, value: banList } = await getBanList(context);
|
||||
|
||||
await setBanList(context, Object.assign(banList, newActions), etag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user