Skip to content

Commit

Permalink
rename invalid -> fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ul8 authored Jan 14, 2023
1 parent ded298a commit 3b1157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/typescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"sveltekit+page.server.ts": {
"body": [
"import { error, invalid, redirect } from '@sveltejs/kit'",
"import { error, fail, redirect } from '@sveltejs/kit'",
"import type { PageServerLoad, Actions } from './$$types'",
"",
"export const load: PageServerLoad = async function (${1:event}) {",
Expand Down

0 comments on commit 3b1157c

Please sign in to comment.