From 7d5e687236b1d57eeaf3e5faa83ccfa7f1476ba0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 29 Dec 2022 21:15:43 +0100 Subject: [PATCH] fix: typo --- pkg/models/label_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/label_task.go b/pkg/models/label_task.go index 0f19d0933..2528dfce8 100644 --- a/pkg/models/label_task.go +++ b/pkg/models/label_task.go @@ -156,7 +156,7 @@ type LabelByTaskIDsOptions struct { } // Helper function to get all labels for a set of tasks -// Used when getting all labels for one task as well when getting all lables +// Used when getting all labels for one task as well when getting all labels func getLabelsByTaskIDs(s *xorm.Session, opts *LabelByTaskIDsOptions) (ls []*labelWithTaskID, resultCount int, totalEntries int64, err error) { // We still need the task ID when we want to get all labels for a task, but because of this, we get the same label // multiple times when it is associated to more than one task.