diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js index 75e658054..d7888f6fa 100644 --- a/src/drivers/npm/driver.js +++ b/src/drivers/npm/driver.js @@ -637,7 +637,7 @@ class Site { // DNS if (!this.dns.length) { const records = {} - const resolve = async (func, hostname) => { + const resolve = (func, hostname) => { return this.promiseTimeout( func(hostname).catch((error) => { if (error.code !== 'ENODATA') { diff --git a/src/drivers/webextension/images/icons/Cecil.png b/src/drivers/webextension/images/icons/Cecil.png deleted file mode 100644 index 1bd592ccc..000000000 Binary files a/src/drivers/webextension/images/icons/Cecil.png and /dev/null differ diff --git a/src/technologies.json b/src/technologies.json index 8a12d6d22..bc81bf27a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -8560,7 +8560,7 @@ "icon": "Misskey.svg", "meta": { "application-name": "Misskey" - } + }, "html": "" }, "Miva": { @@ -11395,13 +11395,9 @@ }, "Rotic": { "cats": [ - 5, - 10, - 32, - 52, - 58 + 52 ], - "description": "Rotic is a conversion chatbot that understands your users, and curates information, answers questions, captures contacts, and books meetings instantly.", + "description": "Rotic is a conversion chatbot that answers questions, captures contacts, and books meetings.", "icon": "Rotic.png", "scripts": "https://rotic.ir/api/v1/enterprise/\\S+/widget/\\S+", "website": "https://rotic.ir"