Skip to content

Commit

Permalink
Merge branch 'dev' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 26, 2024
2 parents 613c60e + ccecb6d commit d94eed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ export function generateTemplate(
)
}

info(`Found ${filteredSponsors.length} sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`);
info(
`Found ${filteredSponsors.length} sponsors… ${filteredSponsors.length > 0 ? '🎉' : '😢'}`
)

/**
* If there are no valid sponsors then we return the provided fallback.
Expand Down

0 comments on commit d94eed0

Please sign in to comment.