Skip to content

Commit

Permalink
chore: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Oct 20, 2024
1 parent 82845a2 commit fce9a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/utils/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const metricsForProject = async (
});
const prCount = prs.length;

const { data: codeFrequency } = await octokit.rest.repos
.getCodeFrequencyStats({
const { data: codeFrequency } =
await octokit.rest.repos.getCodeFrequencyStats({
owner: artifactNamespace,
repo: artifactName,
});
Expand Down

0 comments on commit fce9a0c

Please sign in to comment.