Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 3, 2024
1 parent c102eef commit a8ffee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/nitro/server/__robots__/debug-path.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getPathRobotConfig } from '#imports'
import { defineEventHandler, getQuery } from 'h3'
import { getPathRobotConfig } from '../../composables/getPathRobotConfig'

export default defineEventHandler(async (e) => {
const path = getQuery(e).path as string
Expand Down

0 comments on commit a8ffee7

Please sign in to comment.