Skip to content

Commit

Permalink
wip: break the breaking point.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jan 22, 2025
1 parent 9b9153d commit dc168a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(internal)/__internal__/favicon/[u]/+server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Uncommenting this line breaks it!!!!
// import { redis } from "$lib/redis"
import { redis } from "$lib/redis"
import { type RequestHandler } from '@sveltejs/kit';
export const GET: RequestHandler = async ({ params }) => {
return new Response();
Expand Down

0 comments on commit dc168a0

Please sign in to comment.