Skip to content

Commit b76b4b5

Browse files
committed
Format
1 parent 2c6282e commit b76b4b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/sync-working-groups/sync-working-groups.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ export type WorkingGroupMeeting =
4545

4646
async function main() {
4747
if (!API_KEY) {
48-
console.warn("GOOGLE_CALENDAR_API_KEY is not set, skipping sync (using existing file)")
48+
console.warn(
49+
"GOOGLE_CALENDAR_API_KEY is not set, skipping sync (using existing file)",
50+
)
4951
return
5052
}
5153

0 commit comments

Comments
 (0)