Skip to content

Commit 04f0c4f

Browse files
authored
remove unused const (#402)
1 parent a69e20e commit 04f0c4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/routes/resources+/download-user-data.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { requireUserId } from '#app/utils/auth.server.ts'
33
import { prisma } from '#app/utils/db.server.ts'
44
import { getDomainUrl } from '#app/utils/misc.tsx'
55

6-
export const ROUTE_PATH = '/resources/download-user-data'
7-
86
export async function loader({ request }: DataFunctionArgs) {
97
const userId = await requireUserId(request)
108
const user = await prisma.user.findUniqueOrThrow({

0 commit comments

Comments
 (0)