@aws-amplify/datastore 5.0.52 → 5.0.53-email-mfa-test.4e655bc.0

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.
@@ -247,6 +247,7 @@ const initSchema = (userSchema) => {
247
247
  });
248
248
  const result = new Map();
249
249
  let count = 1000;
250
+ // eslint-disable-next-line no-constant-binary-expression
250
251
  while (count > 0) {
251
252
  if (modelAssociations.size === 0) {
252
253
  break;