Skip to content

Commit

Permalink
Merge pull request #181 from holaplex/abdul/fix-key-id
Browse files Browse the repository at this point in the history
Fix: use update_history.id as key id for SolanaMintUpdated event
  • Loading branch information
imabdulbasit authored Aug 11, 2023
2 parents 4f3650c + 8094c9b commit ad0517b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ impl Processor {
})),
}),
Some(&NftEventKey {
id,
id: update_history.id.to_string(),
project_id,
user_id: update_history.created_by.to_string(),
}),
Expand Down

0 comments on commit ad0517b

Please sign in to comment.