Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger5226 committed Sep 8, 2020
1 parent 0de3c9b commit f8ee520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/processing/claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func processClaim(helper *c.ClaimHelper, claim *model.Claim, value []byte, outpu
if helper.LegacyClaim != nil {
claim.Version = helper.LegacyClaim.GetVersion().String()
}
notifications.ClaimEvent(claimID, claim.Name, claim.Title, tx.Hash, claim.PublisherID.String)
notifications.ClaimEvent(claim.ClaimID, claim.Name, claim.Title.String, tx.Hash, claim.PublisherID.String)
return claim, nil
}

Expand Down

0 comments on commit f8ee520

Please sign in to comment.