Fix iOS type error warnings (#1737)
This commit is contained in:
parent
90adb0524b
commit
2dcf718f81
1 changed files with 3 additions and 0 deletions
|
|
@ -170,6 +170,9 @@ export default function configureAppStore(initialState) {
|
|||
users: {
|
||||
...state.entities.users,
|
||||
profilesInChannel,
|
||||
profilesNotInTeam: [],
|
||||
profilesWithoutTeam: [],
|
||||
profilesNotInChannel: [],
|
||||
},
|
||||
};
|
||||
mattermostBucket.writeToFile('entities', JSON.stringify(entities), Config.AppGroupId);
|
||||
|
|
|
|||
Loading…
Reference in a new issue