Skip to content

Commit fc28155

Browse files
SableRafclaude
andcommitted
Missing comma after the template literal at line 151. Fixed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b8e1dfb commit fc28155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/process-new-event-issue.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function buildPrBody(number, name, submitterLogin, isOnlineEvent, eventDate, sta
148148
const noteBlock = plusCodeNote
149149
? [
150150
'> [!NOTE]',
151-
`> The Plus Code was auto-recovered from the user's input (\`${rawPlusCode}\`) using the city as a reference. Please verify the map pin placement is correct (https://plus.codes/${plusCodeNote.code}).`
151+
`> The Plus Code was auto-recovered from the user's input (\`${rawPlusCode}\`) using the city as a reference. Please verify the map pin placement is correct (https://plus.codes/${plusCodeNote.code}).`,
152152
'',
153153
]
154154
: [];

0 commit comments

Comments
 (0)