Revert "Rename groupcall.txt -> groupcall.json."
This commit is contained in:
@@ -189,7 +189,7 @@ export function useSubmitRageshake() {
|
|||||||
body.append(
|
body.append(
|
||||||
"file",
|
"file",
|
||||||
new Blob([JSON.stringify(json)], { type: "text/plain" }),
|
new Blob([JSON.stringify(json)], { type: "text/plain" }),
|
||||||
"groupcall.json"
|
"groupcall.txt"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user