Fix syntax error

This commit is contained in:
Christoph Hagen 2022-10-12 22:02:13 +02:00
parent 454bd204b8
commit 15ff775a68

View File

@ -73,7 +73,7 @@ async function resumeSessionRequest(token) {
async function performGetCurrentTableRequest(token) { async function performGetCurrentTableRequest(token) {
return fetch(apiPath + "/player/table", { return fetch(apiPath + "/player/table", {
method: 'POST', method: 'POST',
headers: [headerKeyToken]: token, headers: { [headerKeyToken]: token },
}) })
.then(convertServerResponse) .then(convertServerResponse)
.then(convertJsonResponse) .then(convertJsonResponse)