Add fallthrough

This commit is contained in:
Neil Alexander 2020-04-27 16:54:46 +01:00
parent 1f6f61852a
commit 86b5bf6ab2

View file

@ -127,6 +127,7 @@ func SendMembership(
returnData = struct { returnData = struct {
RoomID string `json:"room_id"` RoomID string `json:"room_id"`
}{roomID} }{roomID}
fallthrough
default: default:
_, err = producer.SendEvents( _, err = producer.SendEvents(
req.Context(), req.Context(),