Skip to content

Commit 5a054d9

Browse files
committed
chore: convert todo into issue
1 parent 046ff67 commit 5a054d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export default defineNuxtModule<ModuleOptions>({
7171
const providerImports = deduplicatedProviderIds.map(id => `import ${id} from "next-auth/providers/${id}"`)
7272
const providerExports = deduplicatedProviderIds.map(id => `"${id}": ${id}`)
7373

74-
// TODO: make `\n` OS-independent
7574
const providerModule = `
7675
${providerImports.join('\n')}
7776

0 commit comments

Comments
 (0)