mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix: fix linting error
This commit is contained in:
parent
5eeb0ca070
commit
ee64161b40
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ export default function CreateKeyPage() {
|
|||
userID={userID}
|
||||
userRole={userRole}
|
||||
accessToken={accessToken}
|
||||
teams={teams}
|
||||
teams={teams as Team[] ?? []}
|
||||
/>
|
||||
) :
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue