Merge pull request #206 from michaelkaye/michaelk/rename_groupcall.txt

Rename groupcall.txt -> groupcall.json.
This commit is contained in:
Robert Long
2022-02-07 15:09:13 -08:00
committed by GitHub

View File

@@ -189,7 +189,7 @@ export function useSubmitRageshake() {
body.append(
"file",
new Blob([JSON.stringify(json)], { type: "text/plain" }),
"groupcall.txt"
"groupcall.json"
);
}
}