Skip to content

Commit

Permalink
revert: remove unnecessary index from reward shares contract
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jun 27, 2024
1 parent 1236f4b commit e5f4285
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
}
],
"unique": true
},
{
"name": "ownerId",
"properties": [
{
"$ownerId": "asc"
}
]
}
],
"properties": {
Expand Down

0 comments on commit e5f4285

Please sign in to comment.