Skip to content

Commit 9bcceff

Browse files
fix: guard against invalid Date in dispatch-workflow query
1 parent dbaf26f commit 9bcceff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/github/dispatch-workflow/lib

lib/node_modules/@stdlib/_tools/github/dispatch-workflow/lib/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function query( slug, id, options, clbk ) {
7171
* @param {Object} response - HTTP response object
7272
* @returns {void}
7373
*/
74-
function done( error, response ) {
74+
function done( error, response ) {
7575
var reset;
7676
var info;
7777
if ( arguments.length === 1 ) {

0 commit comments

Comments
 (0)