I opened an old TypeScript service after a few weeks away from it and found this:

// TODO: fix retry logic

async chargeCustomer(input: ChargeInput) {

// ...

}