This commit is contained in:
Daniele Scasciafratte 2025-04-24 00:59:38 -07:00 committed by GitHub
commit 5d47e6581c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);