correct the error channel

This commit is contained in:
pb 2025-05-26 19:16:39 +02:00
parent 1ade41aeae
commit 7223b79fe8

View File

@ -112,6 +112,7 @@ func getBooking(l zerolog.Logger, b *booking.Booking, request *tools.APIRequest,
bl.Debug().Msg("Received response from Get booking on " + b.DestPeerID)
if err != nil {
errCh <- err
return
}
errCh <- nil