mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
Delete errors
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = function(Categories) {
|
||||
description: ( data.description ? data.description : '' ),
|
||||
icon: ( data.icon ? data.icon : '' ),
|
||||
bgColor: data.bgColor || colours[0],
|
||||
color: ( data.color ? data.color : '' ),
|
||||
color: data.color || colours[1],
|
||||
slug: slug,
|
||||
parentCid: ( data.parentCid ? data.parentCid : 0 ),
|
||||
topic_count: 0,
|
||||
|
||||
Reference in New Issue
Block a user