Skip to content

Commit

Permalink
Break the loop early
Browse files Browse the repository at this point in the history
  • Loading branch information
eliangcs committed Mar 20, 2024
1 parent af27424 commit 0bb333d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/checks/trigger-has-id.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const triggerHasId = {
return true;
} else {
hasPrimary = true;
break;
}
}
}
Expand Down

0 comments on commit 0bb333d

Please sign in to comment.