Skip to content

Commit

Permalink
log association each user
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Jun 15, 2024
1 parent d60f482 commit b8f04a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/store/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (s *service) Commit(ctx context.Context, mode core.CommitMode, document str
var a core.Association
a, err = s.association.Create(ctx, mode, document, signature)
result = a
owners = []string{a.Owner}
owners = []string{a.Author, a.Owner}

case "profile":
var p core.Profile
Expand Down

0 comments on commit b8f04a0

Please sign in to comment.