regression fix
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user