Fix
This commit is contained in:
parent
12f928aa93
commit
52578f0691
1 changed files with 9 additions and 9 deletions
|
@ -39,7 +39,7 @@ const VoteUI = () => {
|
||||||
|
|
||||||
const [votesFromDb, setVotesFromDb] = useState<VoteResponse>(undefined);
|
const [votesFromDb, setVotesFromDb] = useState<VoteResponse>(undefined);
|
||||||
|
|
||||||
const getRoomHandler = async () => {
|
const getRoomHandler = () => {
|
||||||
fetch(`/api/internal/room/${roomId}`, {
|
fetch(`/api/internal/room/${roomId}`, {
|
||||||
cache: "no-cache",
|
cache: "no-cache",
|
||||||
method: "GET",
|
method: "GET",
|
||||||
|
|
Loading…
Add table
Reference in a new issue