Skip to content

Commit 2df71dc

Browse files
committed
Replaced null w/ undefined for omitted function params to follow ES6+ patterns ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 9d09fc9 commit 2df71dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.9.23.1
6+
// @version 2025.9.28
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -1769,7 +1769,7 @@
17691769
onerror: err => log.error('Failed to download chat:', err)
17701770
})
17711771
}
1772-
], null, 558 // modal width
1772+
], undefined, 558 // modal width
17731773
)
17741774

17751775
// Prefix icon to title

0 commit comments

Comments
 (0)