Skip to content

Commit

Permalink
feat(2981): cache peer issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
koekiebox committed Nov 21, 2024
1 parent 9278f63 commit d7e6593
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/payment-method/ilp/peer/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ async function deletePeer(
id: string
): Promise<Peer | undefined> {
const peer = await Peer.query(deps.knex)
.withGraphFetched('asset')
.deleteById(id)
.returning('*')
.first()
Expand Down

0 comments on commit d7e6593

Please sign in to comment.