Skip to content

Commit

Permalink
πŸ› return response object for raw queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Sep 4, 2024
1 parent 7195c93 commit 27ede82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class Client_Firebird extends Client {
case "pluck":
return map(rows, obj.pluck);
default:
return rows;
return response;
}
}

Expand Down

0 comments on commit 27ede82

Please sign in to comment.