From 249196d41489371d9c5603a68cb0b4cab02b3da8 Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 22 Dec 2021 19:49:21 +0300 Subject: [PATCH] don't add _usw to all styles --- background/style-manager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/background/style-manager.js b/background/style-manager.js index b7c2b8df..01299480 100644 --- a/background/style-manager.js +++ b/background/style-manager.js @@ -55,7 +55,6 @@ const styleMan = (() => { name: style => `ID: ${style.id}`, _id: () => uuidv4(), _rev: () => Date.now(), - _usw: () => ({}), }; const DELETE_IF_NULL = ['id', 'customName', 'md5Url', 'originalMd5']; /** @type {Promise|boolean} will be `true` to avoid wasting a microtask tick on each `await` */