Fix GiantBomb metadata #61 (#62)

* fix: reviews error

* fix: lint
This commit is contained in:
DecDuck
2025-06-01 15:39:10 +10:00
committed by GitHub
parent 3fbe514f65
commit 490afd0bb7
5 changed files with 17 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import { configure } from "arktype/config";
export const throwingArktype = configure({
onFail: (errors) => errors.throw(),
actual: () => ""
actual: () => "",
});
// be sure to specify both the runtime and static configs