quickblox-react-ui-kit 0.4.7-beta.1 → 0.4.7-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1005,8 +1005,6 @@ export class RemoteDataSource implements IRemoteDataSource {
|
|
|
1005
1005
|
|
|
1006
1006
|
// eslint-disable-next-line no-continue
|
|
1007
1007
|
if (!qbEntity) continue;
|
|
1008
|
-
// eslint-disable-next-line no-continue
|
|
1009
|
-
if (qbEntity.is_join_required === 0) continue;
|
|
1010
1008
|
|
|
1011
1009
|
const newDTO: RemoteDialogDTO =
|
|
1012
1010
|
// eslint-disable-next-line no-await-in-loop
|