regression fix

This commit is contained in:
2026-04-03 23:47:54 +03:00
parent 6c71f56189
commit c3f1d4d45c
+1 -1
View File
@@ -91,7 +91,7 @@ export default {
let screenshot = await engine.captureScreenshot(); let screenshot = await engine.captureScreenshot();
let fd = new FormData(); let fd = new FormData();
fd.append('file', screenshot); fd.append('file', screenshot);
await this.$api.game.setHeader(this.modelValue.id, fd); await this.$api.game.setHeader(this.id, fd);
} }
} }