Skip to content

Commit

Permalink
fix: import useRuntimeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 7, 2023
1 parent 804057b commit bdbb4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/server/lib/oauth/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { eventHandler, createError, getQuery, getRequestURL, sendRedirect } from
import { ofetch } from 'ofetch'
import { withQuery } from 'ufo'
import { defu } from 'defu'
import { useRuntimeConfig } from '#imports'

export interface OAuthGitHubConfig {
/**
Expand Down
1 change: 1 addition & 0 deletions src/runtime/server/lib/oauth/spotify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { eventHandler, createError, getQuery, getRequestURL, sendRedirect } from
import { withQuery, parsePath } from 'ufo'
import { ofetch } from 'ofetch'
import { defu } from 'defu'
import { useRuntimeConfig } from '#imports'

export interface OAuthSpotifyConfig {
/**
Expand Down

0 comments on commit bdbb4b8

Please sign in to comment.