Skip to content

Commit

Permalink
Removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Jul 19, 2023
1 parent 22944e7 commit c91977a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ pub async fn save_v1_asset<T: ConnectionTrait + TransactionTrait>(
creator: Set(c.address.to_bytes().to_vec()),
share: Set(c.share as i32),
verified: Set(c.verified),
seq: Set(Some(0)), // do we need this here @micheal-danenberg?
seq: Set(Some(0)),
slot_updated: Set(Some(slot_i)),
position: Set(i as i16),
..Default::default()
Expand Down

0 comments on commit c91977a

Please sign in to comment.