mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
Propagate err2 if not nil (#56)
This commit is contained in:
@@ -149,7 +149,7 @@ func (r *RoomManager) DeleteRoom(roomName string) error {
|
||||
}()
|
||||
|
||||
wg.Wait()
|
||||
if err != nil {
|
||||
if err2 != nil {
|
||||
err = err2
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user