Skip to content

Commit

Permalink
chore: remove distracting commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-rehor committed Feb 4, 2025
1 parent f46e243 commit 726e7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/impl/QueryApiImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class QueryApiImpl implements QueryApi {
}
const client = this._flightClient

const ticket = this.prepareTicket(database, query, options) // queryType, queryParams)
const ticket = this.prepareTicket(database, query, options)

const meta = this.prepareMetadata(options.headers)
const rpcOptions: RpcOptions = {meta}
Expand Down

0 comments on commit 726e7a1

Please sign in to comment.