From c8f7516305674d78725ba7d32d25d196eaf337fa Mon Sep 17 00:00:00 2001 From: murdercode Date: Tue, 18 Jul 2023 12:32:33 +0000 Subject: [PATCH] Prettified Code! --- dist/chatgpt.js | 1 - 1 file changed, 1 deletion(-) 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"); }); - }, }); };