Unwapped optional value
This commit is contained in:
parent
75ed884e65
commit
dd1af41400
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ extension Database {
|
|||
if let result = try? db.pluck(query) {
|
||||
let lastFetchAtInt64 = result[lastFetchedAtColAsInt64]
|
||||
if lastFetchAtInt64 != nil,
|
||||
lastFetchAtInt64 > 0 {
|
||||
lastFetchAtInt64! > 0 {
|
||||
return lastFetchAtInt64
|
||||
}
|
||||
if let last = result[lastFetchedAtColAsDouble],
|
||||
|
|
|
|||
Loading…
Reference in a new issue