mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Merge 96bd7ecb7f
into b82af5b826
This commit is contained in:
commit
5d47e6581c
1 changed files with 1 additions and 1 deletions
|
@ -1894,7 +1894,7 @@ export const tagsSpendLogsCall = async (
|
|||
|
||||
// if tags, convert the list to a comma separated string
|
||||
if (tags) {
|
||||
url += `${url}&tags=${tags.join(",")}`;
|
||||
url = `${url}&tags=${tags.join(",")}`;
|
||||
}
|
||||
|
||||
console.log("in tagsSpendLogsCall:", url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue