- Multiple fixes and CI setup

This commit is contained in:
Magesh K
2025-02-08 04:45:22 +05:30
parent e608211f32
commit bf766c1b84
61 changed files with 1631 additions and 1154 deletions

View File

@@ -24,7 +24,7 @@ extension LoggedError
}
@objc(LoggedError)
public class LoggedError: NSManagedObject, Fetchable
public class LoggedError: BaseEntity
{
/* Properties */
@NSManaged public private(set) var date: Date