From 055ecdf20d55b2e4f00121868174eae5ce0f3d32 Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Mon, 16 Feb 2026 13:43:34 -0500 Subject: [PATCH] removed unneeded code --- src/import.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/import.js b/src/import.js index 8670593..435e7ce 100644 --- a/src/import.js +++ b/src/import.js @@ -17,9 +17,6 @@ ih.pluralKitImport = async function (authorId, attachmentUrl) { if (!attachmentUrl) { throw new Error(enums.err.NOT_JSON_FILE); } - if (attachmentUrl === '--help') { - return enums.help.IMPORT; - } return fetch(attachmentUrl).then((res) => res.json()).then(async(pkData) => { const pkMembers = pkData.members; const errors = [];