Skip to content

Commit

Permalink
lint error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikGS committed Mar 6, 2024
1 parent f86b724 commit ed48a75
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/settings/custom/+page.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import { base } from "$app/paths";
import { redirect } from "@sveltejs/kit";

export async function load({ parent, params }) {
export async function load({ parent }) {
const data = await parent();

return data;
Expand Down

0 comments on commit ed48a75

Please sign in to comment.