We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12e53e6 + e98988f commit 998be96Copy full SHA for 998be96
.prettierignore
@@ -0,0 +1 @@
1
+/docs
src/app/api/buy/[item]/route.js
@@ -1,7 +1,7 @@
import { getSession } from '@/app/utils/auth'
2
import { redirect } from 'next/navigation'
3
import { NextResponse } from 'next/server'
4
-import { getSelfPerson } from '@/app/utils/airtable'
+import { getSelfPerson } from '@/app/utils/server/airtable'
5
import { base } from 'airtable'
6
7
export async function GET(request, { params }) {
0 commit comments