Merge pull request #206 from michaelkaye/michaelk/rename_groupcall.txt
Rename groupcall.txt -> groupcall.json.
This commit is contained in:
commit
145826d1f3
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