diff --git a/dist/chatgpt.js b/dist/chatgpt.js index ef8df5b..39ce5ca 100644 --- a/dist/chatgpt.js +++ b/dist/chatgpt.js @@ -98,7 +98,6 @@ tinymce.PluginManager.add("chatgpt", function (editor, url) { .catch((error) => { console.log("something went wrong"); }); - }, }); };