Fix lint
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-08-02 15:51:11 +02:00
parent 00d30cc932
commit 5f98defca1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -445,6 +445,9 @@ func addMoreInfoToTasks(taskMap map[int64]*Task) (err error) {
// Get task attachments
attachments, err := getTaskAttachmentsByTaskIDs(taskIDs)
if err != nil {
return
}
// Get all users of a task
// aka the ones who created a task