Fix syntax issue in asynchronous function definition for Gamemaster processing

This commit is contained in:
2026-01-29 04:30:18 +00:00
parent 87a7f28cf8
commit bb05c7e3e1

View File

@@ -273,7 +273,7 @@ async () => {
return response;
});
return result;
}
};
async function saveToServer() {
if (!processedData.value) return;