Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 5, 2024
1 parent 1d0d7f7 commit a13b054
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/server/plugins/oauth.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { NitroApp } from 'nitropack'
import { defineNitroPlugin } from 'nitropack/runtime'

export default defineNitroPlugin((nitroApp: NitroApp) => {
export default defineNitroPlugin((nitroApp) => {
if (
(process.env.NUXT_OAUTH_FACEBOOK_CLIENT_ID && process.env.NUXT_OAUTH_FACEBOOK_CLIENT_SECRET)
|| (process.env.NUXT_OAUTH_INSTAGRAM_CLIENT_ID && process.env.NUXT_OAUTH_INSTAGRAM_CLIENT_SECRET)
Expand Down

0 comments on commit a13b054

Please sign in to comment.