Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored and actions-user committed Jan 16, 2024
1 parent 64f128f commit a1b00b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = (app) => {
return;

// Return on 5+ files to avoid comment spam
if(changedFiles.length > 5) return;
if (changedFiles.length > 5) return;

for (const file of changedFiles) {
if (
Expand Down

0 comments on commit a1b00b8

Please sign in to comment.