Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Oct 17, 2024
1 parent 3f4c8e9 commit 7d3fc34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connect/src/routes/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export abstract class AutomaticRoute<
R extends Receipt = Receipt,
> extends Route<N, OP, VP, R> {
static IS_AUTOMATIC = true;
// TODO: search for usagees and update arg
public abstract isAvailable(request: RouteTransferRequest<N>): Promise<boolean>;
}

Expand Down

0 comments on commit 7d3fc34

Please sign in to comment.