diff options
-rwxr-xr-x | scripts/publish_binary_size.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish_binary_size.js b/scripts/publish_binary_size.js index c7c1698436..9b27378b74 100755 --- a/scripts/publish_binary_size.js +++ b/scripts/publish_binary_size.js @@ -54,7 +54,7 @@ function query(after) { ref(qualifiedName: "master") { target { ... on Commit { - history(first: 100, since: "2018-07-01T00:00:00Z" ${after ? `, after: "${after}"` : ''}) { + history(first: 100, before: "36c6a8ea79bbd2596abb58ffb58debf65a4ea13d" ${after ? `, after: "${after}"` : ''}) { pageInfo { hasNextPage endCursor |