Skip to content

Commit

Permalink
db/puppet: fix avatar URL serialization
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Dec 31, 2023
1 parent 5842da7 commit 9879c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/puppet.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (p *Puppet) sqlVariables() []any {
p.Name,
p.NameQuality,
p.AvatarHash,
p.AvatarURL,
p.AvatarURL.String(),
p.NameSet,
p.AvatarSet,
p.ContactInfoSet,
Expand Down

0 comments on commit 9879c5e

Please sign in to comment.