Skip to content

Commit

Permalink
Update to string
Browse files Browse the repository at this point in the history
  • Loading branch information
mgavrila committed Dec 11, 2024
1 parent aab270d commit 51fb9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/ProviderFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class ProviderFactory {
default: {
for (const customProvider of this._customProviders) {
const providerInstance = new CustomProviderStrategy({
type: type as ProviderTypeEnum,
type: type as string,
customProvider,
config
});
Expand Down

0 comments on commit 51fb9a6

Please sign in to comment.