Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: remove TODO that has been addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 8, 2024
1 parent 36bb395 commit 208357a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ export async function contractReservedHandler(ctx: KoaContext) {
ctx.body = response;
}

// TODO: add sortKey and blockHeight support
const queryParamsCastedToNumbers = ['qty', 'years'];
export async function contractReadInteractionHandler(ctx: KoaContext) {
const { warp, logger: _logger } = ctx.state;
Expand Down

0 comments on commit 208357a

Please sign in to comment.