Skip to content

Commit

Permalink
Delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Sep 1, 2023
1 parent c51e518 commit 916ad37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/composable/orderTypes/test/TestConditionalOrder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ConditionalOrder } from '../../ConditionalOrder'
import { IsValidResult, PollParams, PollResultErrors } from '../../types'
import { IsValidResult, PollResultErrors } from '../../types'
import { encodeParams } from '../../utils'

export const DEFAULT_ORDER_PARAMS: TestConditionalOrderParams = {
Expand Down Expand Up @@ -48,7 +48,7 @@ export class TestConditionalOrder extends ConditionalOrder<string, string> {
return params
}

protected async pollValidate(_params: PollParams): Promise<PollResultErrors | undefined> {
protected async pollValidate(): Promise<PollResultErrors | undefined> {
return undefined
}

Expand Down

0 comments on commit 916ad37

Please sign in to comment.