From 479f34cd4d801c464c137c31c85b162153b3f2db Mon Sep 17 00:00:00 2001 From: fuwaa Date: Thu, 21 Jul 2022 13:57:09 +0800 Subject: [PATCH] uhhhhh --- src/methods/helper.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/methods/helper.js b/src/methods/helper.js index 03f1aaf..d42adb0 100644 --- a/src/methods/helper.js +++ b/src/methods/helper.js @@ -3,7 +3,6 @@ /** * Set a key and autoreload * @param {string} setting - setting to update - * @param {string} value - Color to replace the current color with */ export function pintSet(setting, value) { var pintKey = {}; @@ -26,7 +25,6 @@ export function pintSetNoReload(setting, value) { /** * Gets a setting and calls it back (normally used for react useState) * @param {string} setting - get this setting - * @param {string} func - Function to Callback */ export function pintGetUpdate(setting, func) { chrome.storage.local.get([`${setting}`], function (result) {