Skip to content

Commit

Permalink
fix: null names if github name not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Politov committed Dec 23, 2024
1 parent 624b977 commit 72dd57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tools/gitlog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if (!args.dev) {

const author = {
mapByNameAliases: [gitter.author.login],
name: userMore.name,
name: userMore.name ?? gitter.author.login,
title: 'Участник',
avatar: gitter.author.avatar_url,
summary: {
Expand Down

0 comments on commit 72dd57f

Please sign in to comment.