Skip to content

Commit

Permalink
this was causing the [Project compare] exception
Browse files Browse the repository at this point in the history
  • Loading branch information
aapis committed Sep 1, 2023
1 parent ca71fcd commit 8849ba6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DLPrototype/Models/CoreData/CoreDataTasks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public class CoreDataTasks {

static public func recentTasksWidgetData(limit: Int? = 1500) -> FetchRequest<LogTask> {
let descriptors: [NSSortDescriptor] = [
NSSortDescriptor(keyPath: \LogTask.owner?.project, ascending: true),
NSSortDescriptor(keyPath: \LogTask.owner?.jid, ascending: false)
]

Expand Down

0 comments on commit 8849ba6

Please sign in to comment.