✨ Fix syntax issue in asynchronous function definition for Gamemaster processing
This commit is contained in:
@@ -273,7 +273,7 @@ async () => {
|
|||||||
return response;
|
return response;
|
||||||
});
|
});
|
||||||
return result;
|
return result;
|
||||||
}
|
};
|
||||||
async function saveToServer() {
|
async function saveToServer() {
|
||||||
if (!processedData.value) return;
|
if (!processedData.value) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user