Skip to content

Commit

Permalink
removed junk
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRangiCrew committed Oct 29, 2024
1 parent 8ac837b commit 4283175
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ func Query[TResult any](db *DB, sql string, vars map[string]interface{}) (*[]Que
if err := db.con.Send(&res, "query", sql, vars); err != nil {
return nil, err
}
if res.Error != nil {
return nil, res.Error
}

return res.Result, nil
}
Expand Down

0 comments on commit 4283175

Please sign in to comment.