diff --git a/callback_query.go b/callback_query.go index 4ed1705e..20e88161 100644 --- a/callback_query.go +++ b/callback_query.go @@ -80,9 +80,7 @@ func queryCallback(scope *Scope) { if err := rows.Err(); err != nil { scope.Err(err) - } - - if scope.db.RowsAffected == 0 && !isSlice { + } else if scope.db.RowsAffected == 0 && !isSlice { scope.Err(ErrRecordNotFound) } }