From 2085c2f6f31d17cea89fd5320795df5d8e8465de Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Thu, 17 Oct 2024 14:33:04 -0700 Subject: [PATCH] =?UTF-8?q?Added=20missing=20`)`=20=E2=86=9E=20[auto-sync?= =?UTF-8?q?=20from=20`adamlui/ai-apps/amazongpt`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatgpt/amazongpt/amazongpt.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt/amazongpt/amazongpt.user.js b/chatgpt/amazongpt/amazongpt.user.js index a4bd381793..085f2adea0 100644 --- a/chatgpt/amazongpt/amazongpt.user.js +++ b/chatgpt/amazongpt/amazongpt.user.js @@ -3,7 +3,7 @@ // @description Adds the magic of AI to Amazon shopping // @author KudoAI // @namespace https://kudoai.com -// @version 2024.10.17.2 +// @version 2024.10.17.3 // @license MIT // @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7 // @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7 @@ -2591,7 +2591,7 @@ if (caller.status != 'done') { log.debug('Response text', respText) const failMatch = failFlagsAndURLs.exec(respText) - if (failMatch || /^(?:{|event:)/.test(respText) { + if (failMatch || /^(?:{|event:)/.test(respText)) { if (failMatch) log.error('Fail flag detected', `'${failMatch[0]}'`) api.tryNew(caller) } else {