Skip to content

Commit 00ef5f2

Browse files
authored
fixed snipend for docs (#428)
1 parent f411fa4 commit 00ef5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schedules/src/list-schedule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function run() {
1616

1717
console.log(`Schedules are now listed: ${JSON.stringify(schedules)}`);
1818
}
19-
// @@ SNIPEND
19+
// @@@SNIPEND
2020

2121
run().catch((err) => {
2222
console.error(err);

0 commit comments

Comments
 (0)