Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeauriach committed Nov 26, 2024
1 parent 52677c1 commit fc8361d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions/amplify.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports.getAmplifyURIs = async function getAmplifyURI() {
const amplifyUris = JSON.parse(amplifyUri);

const hasAtLeastOnePackageOrConfig = labels.some(
(label) => label.startsWith("packages/") || label.startsWith("configs/"),
(label) => label.startsWith("packages/") || label.startsWith("configs/")
);

const allLinks = Object.entries(amplifyUris).map(([label, url]) => {
Expand Down

0 comments on commit fc8361d

Please sign in to comment.