Fix: findDupUsercss indent
This commit is contained in:
parent
e1d221e9a9
commit
f3176de950
|
@ -563,9 +563,7 @@ function findDupUsercss(style) {
|
||||||
return getStyles({id: style.id}).then(s => s[0]);
|
return getStyles({id: style.id}).then(s => s[0]);
|
||||||
}
|
}
|
||||||
return getStyles().then(styles =>
|
return getStyles().then(styles =>
|
||||||
styles.find(
|
styles.find(s => s.name === style.name && s.namespace === style.namespace)
|
||||||
s => s.name === style.name && s.namespace === style.namespace
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user