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 4afe0de commit f298a24Copy full SHA for f298a24
lib/query/woqlLibrary.js
@@ -33,7 +33,7 @@ WOQLLibrary.prototype.branches = function(){//values, variables, cresource) {
33
* @param {number} timestamp - Unix timestamp in seconds
34
*/
35
36
-WOQLLibrary.prototype.commits = function (branch="main",limit,start,timestamp){
+WOQLLibrary.prototype.commits = function (branch="main",limit=0,start=0,timestamp=0){
37
const woql = new WOQLQuery().using("_commits")
38
if(limit) woql.limit(limit)
39
if(start) woql.start(start)
0 commit comments