Closed kruperfone closed 5 years ago
Model.swift:145 static func createTable(using db: Database? = nil, _ onCompletion: @escaping (Bool?, RequestError?) -> Void) Argument db provided but not used Looks like it should be used in Model.swift:152 Self.executeTask(using: db)
static func createTable(using db: Database? = nil, _ onCompletion: @escaping (Bool?, RequestError?) -> Void)
db
Self.executeTask(using: db)
Model.swift:145
static func createTable(using db: Database? = nil, _ onCompletion: @escaping (Bool?, RequestError?) -> Void)
Argumentdb
provided but not used Looks like it should be used in Model.swift:152Self.executeTask(using: db)