Skip to content

Commit

Permalink
feat: use parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
RostiMelk committed Jan 3, 2025
1 parent a646f86 commit cf981e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ export default async function initSanity(

const projectChoices = projects.map((project) => ({
value: project.id,
name: `${project.displayName} [${project.id}]`,
name: `${project.displayName} (${project.id})`,
}))

const selected = await prompt.single({
Expand Down

0 comments on commit cf981e6

Please sign in to comment.