Skip to content

Commit

Permalink
run isn't a parameter anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-mabry committed Aug 19, 2024
1 parent 39ec84e commit d71f783
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connections/outerbase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class OuterbaseConnection implements Connection {
body: JSON.stringify({
query: query.query,
params: query.parameters,
run: true,
}),
})

Expand Down

0 comments on commit d71f783

Please sign in to comment.