fix: syntax error

This commit is contained in:
ikechan8370 2024-03-06 19:11:26 +08:00 committed by GitHub
parent 6b58def252
commit 87af85671e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ export class ChatGPTButtonHandler extends plugin {
async btnHandler (e, options, reject) {
// logger.mark('[chatgpt按钮处理器]')
if (!Config.enableMd)) {
if (!Config.enableMd) {
return null
}
const fnc = e.logFnc