fix: missing closing brace in setProgress function
This commit is contained in:
@@ -294,6 +294,7 @@ export async function setProgress(
|
|||||||
if (!res.ok) {
|
if (!res.ok) {
|
||||||
const body = await res.text().catch(() => '');
|
const body = await res.text().catch(() => '');
|
||||||
log.error('pocketbase', 'setProgress POST failed', { slug, chapter, status: res.status, body });
|
log.error('pocketbase', 'setProgress POST failed', { slug, chapter, status: res.status, body });
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user