Skip to content

Commit 5e4b02a

Browse files
fix build error
1 parent e574daf commit 5e4b02a

File tree

1 file changed

+1
-2
lines changed
  • workshop-ui/src/app/api/system-prompts/metadata

1 file changed

+1
-2
lines changed

workshop-ui/src/app/api/system-prompts/metadata/route.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import { getAppSessionFromRequest, validateAppSession } from '@/lib/session';
1010
* @access Protected (any authenticated user/workshop)
1111
*/
1212
export async function POST(
13-
request: NextRequest,
14-
{ params }: { params: Promise<{ id: string }> }
13+
request: NextRequest
1514
) {
1615
try {
1716
// Validate authentication

0 commit comments

Comments
 (0)