You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Model.swift:145
static func createTable(using db: Database? = nil, _ onCompletion: @escaping (Bool?, RequestError?) -> Void)
Argument
db
provided but not usedLooks like it should be used in Model.swift:152
Self.executeTask(using: db)
The text was updated successfully, but these errors were encountered: