Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Nov 16, 2023
1 parent ed00944 commit 435e192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mobile_verifier/src/data_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct DataSessionIngestor {
pub pool: PgPool,
}

#[derive(sqlx::FromRow, Debug)]
#[derive(Clone, Debug)]
pub struct ServiceProviderDataSession {
pub service_provider_id: String,
pub total_dcs: Decimal,
Expand Down
1 change: 0 additions & 1 deletion reward_index/src/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ impl Indexer {
)),
Some(MobileReward::ServiceProviderReward(r)) => Ok((
RewardKey {
// todo: plain old string or b58 it?
key: r.service_provider_id,
reward_type: RewardType::MobileSubscriber,
},
Expand Down

0 comments on commit 435e192

Please sign in to comment.