Skip to content

Commit

Permalink
accidentally pushed to main (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenyang007 authored Mar 5, 2024
1 parent 3a86cd9 commit 69b546c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/processor/src/models/object_models/v2_objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl Object {
last_transaction_version: txn_version,
is_token: Some(object_aggregated_metadata.token.is_some()),
is_fungible_asset: Some(
object_aggregated_metadata.fungible_asset_metadata.is_some(),
object_aggregated_metadata.fungible_asset_store.is_some(),
),
is_deleted: false,
},
Expand Down

0 comments on commit 69b546c

Please sign in to comment.