Skip to content

Commit 42235fe

Browse files
committed
Fix import
1 parent 59abaaf commit 42235fe

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/routes/app/(launcher)/import/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
9393
async function createFreshData(): Promise<void> {
9494
importData = {
95+
$schema: `${page.url.origin}/api/schemas/import`,
9596
title: '',
9697
id: nanoid(),
9798
committees: [],

src/routes/app/(launcher)/import/schema/+server.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)