From fddf0c633d54e10393f00d8d5fcc48a96d7268e9 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 28 Jan 2024 06:08:26 +0200 Subject: [PATCH] remove extra space --- src/controller/room.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/room.php b/src/controller/room.php index 8b6f2db..fbae546 100644 --- a/src/controller/room.php +++ b/src/controller/room.php @@ -65,8 +65,8 @@ class Room // Add to room list $namespaces[$namespace['namespaceId']] = [ - 'name' => $namespace['displayName'], - 'total' => $this->_total( + 'name' => $namespace['displayName'], + 'total' => $this->_total( $namespace['namespaceId'] ) ];