[FIX] Create team crashing the app (#3248)
Co-authored-by: Gerzon Z <gerzonc@icloud.com> Co-authored-by: Gerzon Z <gerzonzcanario@gmail.com> Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
parent
3f172e6c3d
commit
190853225f
|
@ -41,10 +41,10 @@ const handleRequest = function* handleRequest({ data }) {
|
||||||
encrypted
|
encrypted
|
||||||
} = data;
|
} = data;
|
||||||
logEvent(events.CT_CREATE, {
|
logEvent(events.CT_CREATE, {
|
||||||
type,
|
type: `${ type }`,
|
||||||
readOnly,
|
readOnly: `${ readOnly }`,
|
||||||
broadcast,
|
broadcast: `${ broadcast }`,
|
||||||
encrypted
|
encrypted: `${ encrypted }`
|
||||||
});
|
});
|
||||||
const result = yield call(createTeam, data);
|
const result = yield call(createTeam, data);
|
||||||
sub = {
|
sub = {
|
||||||
|
|
Loading…
Reference in New Issue