mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
chore: eslint max-len
This commit is contained in:
committed by
Julian Lam
parent
5c2f0f0557
commit
cc9d6fd08b
@@ -545,7 +545,11 @@ describe('Categories', () => {
|
||||
},
|
||||
function (category, next) {
|
||||
child1Cid = category.cid;
|
||||
socketCategories.copySettingsFrom({ uid: adminUid }, { fromCid: parentCid, toCid: child1Cid, copyParent: true }, next);
|
||||
socketCategories.copySettingsFrom(
|
||||
{ uid: adminUid },
|
||||
{ fromCid: parentCid, toCid: child1Cid, copyParent: true },
|
||||
next
|
||||
);
|
||||
},
|
||||
function (destinationCategory, next) {
|
||||
Categories.getCategoryField(child1Cid, 'description', next);
|
||||
|
||||
Reference in New Issue
Block a user