From 8849ba683b714dd60fbd0edb30e611bb09e93e1f Mon Sep 17 00:00:00 2001 From: Ryan Priebe Date: Fri, 1 Sep 2023 09:02:33 -0600 Subject: [PATCH] this was causing the [Project compare] exception --- DLPrototype/Models/CoreData/CoreDataTasks.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/DLPrototype/Models/CoreData/CoreDataTasks.swift b/DLPrototype/Models/CoreData/CoreDataTasks.swift index 032338d2..ae2b6ab1 100644 --- a/DLPrototype/Models/CoreData/CoreDataTasks.swift +++ b/DLPrototype/Models/CoreData/CoreDataTasks.swift @@ -28,7 +28,6 @@ public class CoreDataTasks { static public func recentTasksWidgetData(limit: Int? = 1500) -> FetchRequest { let descriptors: [NSSortDescriptor] = [ - NSSortDescriptor(keyPath: \LogTask.owner?.project, ascending: true), NSSortDescriptor(keyPath: \LogTask.owner?.jid, ascending: false) ]