Skip to content

Commit

Permalink
Fix user's fullname
Browse files Browse the repository at this point in the history
  • Loading branch information
grulex committed Oct 31, 2023
1 parent 4429cfc commit 3b7825b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/user/storage/postgres/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

type userPersistent struct {
ID string `db:"id"`
FullName string `db:"full_name"`
FullName string `db:"fullname"`
Language string `db:"lang"`
NotifyType *string `db:"notify_type"`
NotifyChannelID *string `db:"notify_channel_id"`
Expand Down

0 comments on commit 3b7825b

Please sign in to comment.