Commit 36acfe6

Anton Medvedev <anton@medv.io>
2024-12-02 14:49:02
Fix pull requests loading log
1 parent 0ea7f9f
Changed files (1)
src
task
src/task/pulls/pulls.ts
@@ -19,7 +19,7 @@ export default task({
       }
 
       console.log(
-        `Loading pull requests ${
+        `| pull requests ${
           data.pulls.length + resp.user.pullRequests.nodes.length
         }/${resp.user.pullRequests.totalCount} (cost: ${
           resp.rateLimit?.cost