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