Skip to content

Commit

Permalink
Quick fix for surprise me route
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Nov 20, 2024
1 parent cacfcf6 commit 78b1f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/routes/profiles/random/+server.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import type { RequestHandler } from '@sveltejs/kit';
import data from '@repo/shared/data/public/ein.json';

export const prerender = true;

type Data = number[];

const einArray: Data = data;
Expand Down

0 comments on commit 78b1f46

Please sign in to comment.