Skip to content

Commit 77ccf26

Browse files
authored
Update data-client.ts (#633)
1 parent 7c9e408 commit 77ccf26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/data-client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,8 @@ export class DataClient {
14131413
* 'my-pipeline',
14141414
* mqlQuery,
14151415
* '0 0 * * *'
1416-
* false
1416+
* false,
1417+
* 0
14171418
* );
14181419
* ```
14191420
*

0 commit comments

Comments
 (0)