fix: scaffolding

This commit is contained in:
Sebastian Rindom
2021-04-07 15:10:23 +02:00
parent 73b411097e
commit 0539a949fa

View File

@@ -30,7 +30,8 @@ class OrderSubscriber {
// swap.refund_processed
eventBusService.subscribe("order.swap_received", async ({ id, swap_id }) => {
const swap = await swapService
const swap = await swapService.retrieve(swap_id, {
})
})
}