Skip to content

Commit 085d0de

Browse files
committed
fix(logout): missing import
1 parent 27118e8 commit 085d0de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/api/auth/logout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { H3Error, defineEventHandler, getCookie, setCookie } from 'h3'
1+
import { H3Error, defineEventHandler, getCookie, sendError, setCookie } from 'h3'
22

33
export default defineEventHandler(async (req) => {
44
const authToken = getCookie(req, 'edgedb-auth-token')

0 commit comments

Comments
 (0)