Skip to content

Commit

Permalink
fix: _fix_ import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 1, 2022
1 parent 3fc1fd5 commit 6f945e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/nitro/utils/verify.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useRuntimeConfig } from '#imports'
import { useRuntimeConfig } from '#internal/nitro'
import type { TurnstileValidationResponse } from '../../types'

const secretKey = useRuntimeConfig().turnstile.secretKey
Expand Down

0 comments on commit 6f945e1

Please sign in to comment.