Skip to content

Commit

Permalink
fix(deployment): Update apps/api/src/deployment/repositories/provider…
Browse files Browse the repository at this point in the history
…/provider.repository.ts

Co-authored-by: Iaroslav Gryshaiev <[email protected]>
  • Loading branch information
baktun14 and ygrishajev authored Nov 22, 2024
1 parent df845e5 commit 221012c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export class ProviderRepository {
raw: true
});

return trialProviders ? (trialProviders.map(provider => provider.provider) as unknown as string[]) : [];
return trialProviders.map(provider => provider.provider);
}
}

0 comments on commit 221012c

Please sign in to comment.