Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
gitea/salix/pipeline/head Something is wrong with the build of this commit
Details
This commit is contained in:
commit
220f36d795
|
@ -37,7 +37,7 @@ module.exports = Self => {
|
|||
}
|
||||
});
|
||||
const department = workerDepartment && workerDepartment.department();
|
||||
const channelName = department.chatName;
|
||||
const channelName = department && department.chatName;
|
||||
|
||||
if (channelName)
|
||||
return Self.send(ctx, `#${channelName}`, `@${account.name} => ${message}`);
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"name": {
|
||||
"type": "String"
|
||||
},
|
||||
"rgb": {
|
||||
"hexColour": {
|
||||
"type": "String"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue