remove-ttf-hack
Rich Harris 12 months 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`);
if (!res.ok) {
error(res.status);
error(/** @type {any} */ (res.status));
}
const gist = await res.json();

Loading…
Cancel
Save