Skip to content

Commit 0f55861

Browse files
kaitoyamaPugma
andauthored
Update router/v3/qall.go
Co-authored-by: Pugma <[email protected]>
1 parent 5e03faf commit 0f55861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/v3/qall.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func (h *Handlers) PatchRoomMetadata(c echo.Context) error {
180180

181181
livekitClient := lksdk.NewRoomServiceClient(h.Config.LiveKitHost, h.Config.LiveKitAPIKey, h.Config.LiveKitAPISecret)
182182
// Find the room
183-
var targetRoom *qall.RoomWithParticipants = h.QallRepo.GetRoomState(roomID.String())
183+
targetRoom := h.QallRepo.GetRoomState(roomID.String())
184184

185185
if targetRoom == nil {
186186
return herror.NotFound("room not found")

0 commit comments

Comments
 (0)