KV to D1 migration (this is totally gonna break something)
This commit is contained in:
@ -196,7 +196,7 @@ export default function () {
|
||||
|
||||
try {
|
||||
queueReq = await fetch(
|
||||
`/api/mod-queue/list?before=${before}&showClosed=${show_closed}&type=${queueType}`,
|
||||
`/api/mod-queue/${queueType}/list?before=${before}&showClosed=${show_closed}`,
|
||||
);
|
||||
} catch {
|
||||
alert("Failed to load mod queue");
|
||||
|
Reference in New Issue
Block a user