Skip to content

Commit

Permalink
automod: fix nil error on IdentityEvent logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Nov 20, 2023
1 parent 695ed76 commit ce3afdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automod/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (e *Engine) ProcessIdentityEvent(ctx context.Context, t string, did syntax.
evt := IdentityEvent{
RepoEvent{
Engine: e,
Logger: e.Logger.With("did", am.Identity.DID),
Account: *am,
},
}
Expand Down

0 comments on commit ce3afdd

Please sign in to comment.