Skip to content

Commit

Permalink
fixed not adding array properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nerfZael committed Sep 30, 2023
1 parent c111edf commit fc2667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/lib/test-env/client-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function getTestEnvClientConfig(): Partial<BuilderConfig> {
provider: ipfsProvider,
fallbackProviders: [
ipfsResolverEnv.provider,
ipfsResolverEnv.fallbackProviders,
...(ipfsResolverEnv.fallbackProviders as string[]),
],
retries: { tryResolveUri: 2, getFile: 2 },
},
Expand Down

0 comments on commit fc2667a

Please sign in to comment.