[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:
Reinaldo Neto 2021-07-09 11:11:26 -03:00 committed by GitHub
parent 3f172e6c3d
commit 190853225f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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 = {