remove-ttf-hack
Rich Harris 1 year ago
parent b791d0ad36
commit 28acb23ce0

@ -4,7 +4,7 @@ export async function load({ fetch, params, url }) {
const res = await fetch(`/repl/api/${params.id}.json`); const res = await fetch(`/repl/api/${params.id}.json`);
if (!res.ok) { if (!res.ok) {
error(res.status); error(/** @type {any} */ (res.status));
} }
const gist = await res.json(); const gist = await res.json();

Loading…
Cancel
Save