Skip to content

Commit b41a92d

Browse files
committed
Fix build!
1 parent e66db8b commit b41a92d

File tree

2 files changed

+1
-340
lines changed

2 files changed

+1
-340
lines changed

packages/agent-runtime/src/util/quickjs-sandbox.ts

Lines changed: 0 additions & 339 deletions
This file was deleted.

web/src/app/api/user/sessions/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import db from '@codebuff/internal/db'
22
import * as schema from '@codebuff/internal/db/schema'
3-
import { eq, and, not } from 'drizzle-orm/expressions'
43
import { cookies } from 'next/headers'
4+
import { eq, and, not } from 'drizzle-orm'
55
import { NextResponse } from 'next/server'
66
import { getServerSession } from 'next-auth'
77

0 commit comments

Comments
 (0)