Skip to content

Commit

Permalink
💬 Fix bracket not being closed
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett authored Aug 3, 2023
1 parent fee04b4 commit 5e3a28b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/compare-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ async function main() {
});

console.log("Pull request has been made.")

main();
}

main();

0 comments on commit 5e3a28b

Please sign in to comment.