Add room size setting, constraint management with grouped color-coded tags
This commit is contained in:
@@ -56,6 +56,7 @@ export async function api(method, path, body) {
|
||||
if (!res.ok) {
|
||||
throw new Error(await res.text());
|
||||
}
|
||||
if (res.status === 204) return null;
|
||||
return res.json();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user