[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
|
||||
} = data;
|
||||
logEvent(events.CT_CREATE, {
|
||||
type,
|
||||
readOnly,
|
||||
broadcast,
|
||||
encrypted
|
||||
type: `${ type }`,
|
||||
readOnly: `${ readOnly }`,
|
||||
broadcast: `${ broadcast }`,
|
||||
encrypted: `${ encrypted }`
|
||||
});
|
||||
const result = yield call(createTeam, data);
|
||||
sub = {
|
||||
|
|
Loading…
Reference in New Issue