Skip to content

Commit bdbb4b8

Browse files
committed
fix: import useRuntimeConfig
1 parent 804057b commit bdbb4b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/runtime/server/lib/oauth/github.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { eventHandler, createError, getQuery, getRequestURL, sendRedirect } from
33
import { ofetch } from 'ofetch'
44
import { withQuery } from 'ufo'
55
import { defu } from 'defu'
6+
import { useRuntimeConfig } from '#imports'
67

78
export interface OAuthGitHubConfig {
89
/**

src/runtime/server/lib/oauth/spotify.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { eventHandler, createError, getQuery, getRequestURL, sendRedirect } from
33
import { withQuery, parsePath } from 'ufo'
44
import { ofetch } from 'ofetch'
55
import { defu } from 'defu'
6+
import { useRuntimeConfig } from '#imports'
67

78
export interface OAuthSpotifyConfig {
89
/**

0 commit comments

Comments
 (0)