Rename groupcall.txt -> groupcall.json.
This will stop groupcall.txt being handled as a 'log file' and instead indicate it's an artifact to be stored alongside the rageshake. The file will still be stored on the rageshake server but the extension will indicate it's not a log file.
This commit is contained in:
parent
0824bfb4ed
commit
5e42881c5c
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export function useSubmitRageshake() {
|
|||
body.append(
|
||||
"file",
|
||||
new Blob([JSON.stringify(json)], { type: "text/plain" }),
|
||||
"groupcall.txt"
|
||||
"groupcall.json"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue