Skip to content

Commit

Permalink
fix: remove ignored second arg for hash
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 28, 2023
1 parent 2679d60 commit 52ba7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function resolveProvider (_nuxt: any, key: string, input: InputProv
...input,
setup,
runtime: normalize(input.provider!),
importName: `${key}Runtime$${hash(input.provider!, 4)}`,
importName: `${key}Runtime$${hash(input.provider)}`,
runtimeOptions: input.options
}
}
Expand Down

0 comments on commit 52ba7aa

Please sign in to comment.