Skip to content

Commit 30d64c6

Browse files
renovate[bot]gr2m
andauthored
build(deps): lock file maintenance (#69)
Co-authored-by: Gregor Martynus <[email protected]>
1 parent 0084b1e commit 30d64c6

File tree

2 files changed

+644
-804
lines changed

2 files changed

+644
-804
lines changed

cli.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ async function main() {
5656
const { token } = await auth({ type: "oauth" });
5757
const octokit = new Octokit({ auth: token });
5858
octokit.hook.before("request", async (options) => {
59-
const { method, url, ...parameters } = octokit.request.endpoint.parse(
60-
options
61-
);
59+
const { method, url, ...parameters } =
60+
octokit.request.endpoint.parse(options);
6261
console.log(`> ${method} ${url.replace("https://api.github.com", "")}`);
6362
for (const [name, value] of Object.entries(parameters.headers)) {
6463
console.log(` ${name}: ${value}`);

0 commit comments

Comments
 (0)