Skip to content

Commit 106cfc0

Browse files
committed
fixed lint issue
1 parent 0d5e2f8 commit 106cfc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schedules/src/list-schedule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function run() {
66
connection: await Connection.connect(),
77
});
88

9-
let schedules = []
9+
const schedules = []
1010

1111
const scheduleList = client.schedule.list();
1212

0 commit comments

Comments
 (0)