simple message message widget "finished", can swap between multiple conv

This commit is contained in:
2025-12-06 01:39:11 +01:00
parent e1b588fc61
commit f0c025da0d
3 changed files with 50 additions and 21 deletions

View File

@@ -82,7 +82,7 @@ export function HotelProvider({ accessToken, children }) {
body: JSON.stringify(payload),
});
return res;
return res.json();
//return res.json
}