Fix: Resolve errors from untested previous commit

This commit is contained in:
aronmal 2024-03-10 17:54:10 +01:00
parent 6550f703a5
commit 1b2673fc93
Signed by: aronmal
GPG key ID: 816B7707426FC612
10 changed files with 16 additions and 15 deletions

View file

@ -1,4 +1,4 @@
import { APIEvent } from "@solidjs/start/server/types";
import { APIEvent } from "@solidjs/start/server";
import httpStatus from "http-status";
import { appendHeader } from "vinxi/http";
import { lucia } from "~/lib/auth";