don't add _usw to all styles
This commit is contained in:
parent
0ac01d2e22
commit
249196d414
|
@ -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` */
|
||||
|
|
Loading…
Reference in New Issue
Block a user