Skip to content

Commit

Permalink
chore: remove useless implements
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jul 23, 2024
1 parent ea12e2a commit 1458a63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ export type InferQueryPayload<T extends Query> =
export default class Query<
const TInstructions extends QueryInstruction[] = QueryInstruction[],
TDescriptor extends ChainDefinition = CommonDescriptor,
> implements Query<TInstructions>
{
> {
#instructions: TInstructions;

constructor(instructions: TInstructions) {
Expand Down

0 comments on commit 1458a63

Please sign in to comment.