Browse Source

Merge 02d4c5bda5 into 54f6164f58

pull/87/merge
Aras Abbasi 5 days ago
committed by GitHub
parent
commit
addff4c3d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/api/event.js

+ 1
- 1
lib/api/event.js View File

@ -118,7 +118,7 @@ function get(eventId, callback){
* ```
*/
function query(start, end, parameters, callback){
if(arguments.length < 4 && typeof argument[2] === "function"){
if(arguments.length < 4 && typeof arguments[2] === "function"){
callback = parameters;
parameters = {};
}


Loading…
Cancel
Save