Skip to content

Commit 310eeed

Browse files
committed
Replaced string concatenation w/ template literal ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 8a7b8fb commit 310eeed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.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-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2026.1.27.1
151+
// @version 2026.1.27.2
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -335,7 +335,7 @@
335335
Object.entries(JSON5.parse(responseText)).filter(([, api]) => !api.disabled))),
336336
url: `${app.urls.aiwebAssets}/data/ai-chat-apis.json5`
337337
})))
338-
apis.AIchatOS.userID = '#/chat/' + Date.now()
338+
apis.AIchatOS.userID = `#/chat/${Date.now()}`
339339

340340
// Init SETTINGS
341341
app.config ??= {}

0 commit comments

Comments
 (0)