Skip to content

Commit

Permalink
fix: user db
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Nov 12, 2024
1 parent b70b85e commit 7edab0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/valory/skills/decision_making_abci/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class CeramicDBBase:
"current_period_points",
"tweets",
"service_multisig",
"service_id",
}

def __init__(self) -> None:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"current_period_points": 0,
"tweets": {},
"service_multisig": None,
"service_id": None,
}


Expand Down Expand Up @@ -130,6 +131,7 @@ def test_merge_by_wallet():
"current_period_points": 20,
"tweets": {"1": {"points": 100}, "2": {"points": 200}, "3": {"points": 300}},
"service_multisig": "dummy_multisig",
"service_id": None,
}


Expand Down

0 comments on commit 7edab0d

Please sign in to comment.