node-calendly
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -74,6 +74,6 @@ "use strict"; | ||
if (params.max_start_time) { | ||
queryParams.push(`max_start_time=${params.max_start_time.toISOString}`); | ||
queryParams.push(`max_start_time=${params.max_start_time.toISOString()}`); | ||
} | ||
if (params.min_start_time) { | ||
queryParams.push(`min_start_time=${params.min_start_time.toISOString}`); | ||
queryParams.push(`min_start_time=${params.min_start_time.toISOString()}`); | ||
} | ||
@@ -80,0 +80,0 @@ if (params.organization) { |
{ | ||
"name": "node-calendly", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Node module to access calendly api.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/Calendly.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
130431