Skip to content

Commit

Permalink
chore(backend): rm todo
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Aug 15, 2024
1 parent e6d916d commit 1626c4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/backend/src/open_payments/receiver/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ export class Receiver {

constructor(
incomingPayment: OpenPaymentsIncomingPaymentWithPaymentMethod,
// TODO: lookup incomingPayment where isLocal is used instead of tracking isLocal here?
// not sure how simple the check can be. url matches resource server?
// exists in local db? exists in local db AND has stream creds (how its checked in receiverService.getReceiver)?
isLocal: boolean
) {
if (incomingPayment.completed) {
Expand Down

0 comments on commit 1626c4f

Please sign in to comment.