more lint fixes
This commit is contained in:
parent
3e545cdaa9
commit
67c073e4f2
7 changed files with 29 additions and 15 deletions
|
|
@ -110,7 +110,7 @@ export function getProviderConfig(provider: string) {
|
|||
if (!providers || !(provider in providers)) {
|
||||
throw new Error(`Provider configuration not found: ${provider}`);
|
||||
}
|
||||
return (providers as any)[provider];
|
||||
return (providers as Record<string, unknown>)[provider];
|
||||
}
|
||||
|
||||
// Export environment helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue