Skip to content

Commit 57afe35

Browse files
committed
Replaced string concatenation w/ template literal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 0e7bae7 commit 57afe35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2026.1.27
151+
// @version 2026.1.27.1
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -330,7 +330,7 @@
330330
Object.entries(JSON5.parse(responseText)).filter(([, api]) => !api.disabled))),
331331
url: `${app.urls.aiwebAssets}/data/ai-chat-apis.json5`
332332
})))
333-
apis.AIchatOS.userID = '#/chat/' + Date.now()
333+
apis.AIchatOS.userID = `#/chat/${Date.now()}`
334334

335335
// Init SETTINGS
336336
app.config ??= {}

0 commit comments

Comments
 (0)