claimable not used

This commit is contained in:
2026-07-30 19:21:26 +03:00
parent 1e93eabf0e
commit d7d8543261

View File

@@ -195,9 +195,6 @@ async def swipe(request):
"$set": {"last_seen": timestamp},
"$setOnInsert": {
"first_seen": timestamp,
"inventory": {
"claimable": True,
},
},
},
upsert=True,