Skip to content

Commit

Permalink
fix: remove duplicate import in generated code (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 13, 2023
1 parent dc50120 commit 452f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup/plugins/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for (const base of bundledStorage) {
return virtual(
{
"#internal/nitro/virtual/storage": `
import { createStorage, prefixStorage } from 'unstorage'
import { createStorage } from 'unstorage'
import { assets } from '#internal/nitro/virtual/server-assets'
${driverImports.map((i) => genImport(i, genSafeVariableName(i))).join("\n")}
Expand Down

0 comments on commit 452f750

Please sign in to comment.