Skip to content

Commit 0781174

Browse files
committed
unused parameter removed from init
1 parent 15df261 commit 0781174

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BeeKit/Model/Goal.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ public class Goal: NSManagedObject {
9696
urgencyKey: String,
9797
useDefaults: Bool,
9898
won: Bool,
99-
yAxis: String,
100-
dueBy: String?
99+
yAxis: String
101100
) {
102101
let entity = NSEntityDescription.entity(forEntityName: "Goal", in: context)!
103102
super.init(entity: entity, insertInto: context)

0 commit comments

Comments
 (0)