Skip to content

Commit cf96c4e

Browse files
fix: runtime config import in server route
1 parent b6ead72 commit cf96c4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/server/api/kql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { assertMethod, defineEventHandler, useBody } from 'h3'
22
import type { ModuleOptions } from '../../../module'
33
import type { KqlQueryRequest, KqlQueryResponse } from '../../types'
44
import { getAuthHeaders } from '../../utils'
5-
import { useRuntimeConfig } from '#app'
65

76
export default defineEventHandler(async (event): Promise<KqlQueryResponse> => {
87
assertMethod(event, 'POST')

0 commit comments

Comments
 (0)