This commit is contained in:
Atridad Lahiji 2023-09-27 12:52:48 -06:00
parent 819cb03e9b
commit 74c4af3ebe
No known key found for this signature in database

View file

@ -39,7 +39,7 @@ const VoteUI = () => {
const [votesFromDb, setVotesFromDb] = useState<VoteResponse>(undefined);
const getRoomHandler = async () => {
const getRoomHandler = () => {
fetch(`/api/internal/room/${roomId}`, {
cache: "no-cache",
method: "GET",