Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedegeofroy committed Oct 15, 2024
1 parent d17cec0 commit 5483251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github-stats/github-stats.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class GithubStatsController {

await this.statsService.createStat({
stat_id: 'github_commit_count',
name: 'коммитов',
name: 'коммита',
count: updatedCount,
});

Expand Down

0 comments on commit 5483251

Please sign in to comment.