We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5e2f8 commit 106cfc0Copy full SHA for 106cfc0
1 file changed
schedules/src/list-schedule.ts
@@ -6,7 +6,7 @@ async function run() {
6
connection: await Connection.connect(),
7
});
8
9
- let schedules = []
+ const schedules = []
10
11
const scheduleList = client.schedule.list();
12
0 commit comments