Skip to content

Commit 0e1f789

Browse files
author
nianiB9
committed
modify let statement
1 parent b7d6d51 commit 0e1f789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/monitor/examples/getMonitoringData.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const getMonitoringData = async (args) => {
2323
let functionResult = [];
2424

2525
let complete = false;
26-
let cursorValue = cursorDate.toISOString().split('T')[0] + "T00:00:00Z", cursoredResult;
26+
let cursorValue = cursorDate.toISOString().split('T')[0] + 'T00:00:00Z'
27+
let cursoredResult;
2728
const datasetApi = new docusign.DataSetApi(dsApiClient);
2829

2930
let options = {

0 commit comments

Comments
 (0)