We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d6d51 commit 0e1f789Copy full SHA for 0e1f789
lib/monitor/examples/getMonitoringData.js
@@ -23,7 +23,8 @@ const getMonitoringData = async (args) => {
23
let functionResult = [];
24
25
let complete = false;
26
- let cursorValue = cursorDate.toISOString().split('T')[0] + "T00:00:00Z", cursoredResult;
+ let cursorValue = cursorDate.toISOString().split('T')[0] + 'T00:00:00Z'
27
+ let cursoredResult;
28
const datasetApi = new docusign.DataSetApi(dsApiClient);
29
30
let options = {
0 commit comments