Skip to content

Commit 998be96

Browse files
authored
Merge pull request #1060 from hackclub/malted/vuln
Resovle import
2 parents 12e53e6 + e98988f commit 998be96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/docs

src/app/api/buy/[item]/route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { getSession } from '@/app/utils/auth'
22
import { redirect } from 'next/navigation'
33
import { NextResponse } from 'next/server'
4-
import { getSelfPerson } from '@/app/utils/airtable'
4+
import { getSelfPerson } from '@/app/utils/server/airtable'
55
import { base } from 'airtable'
66

77
export async function GET(request, { params }) {

0 commit comments

Comments
 (0)