Skip to content

Commit 52ba7aa

Browse files
committed
fix: remove ignored second arg for hash
1 parent 2679d60 commit 52ba7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export async function resolveProvider (_nuxt: any, key: string, input: InputProv
9494
...input,
9595
setup,
9696
runtime: normalize(input.provider!),
97-
importName: `${key}Runtime$${hash(input.provider!, 4)}`,
97+
importName: `${key}Runtime$${hash(input.provider)}`,
9898
runtimeOptions: input.options
9999
}
100100
}

0 commit comments

Comments
 (0)