Skip to content

Commit

Permalink
use update_history.id as key id for SolanaMintUpdated event
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Aug 11, 2023
1 parent 0fb8458 commit 8094c9b
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 8094c9b

Please sign in to comment.