claimable not used
This commit is contained in:
@@ -195,9 +195,6 @@ async def swipe(request):
|
|||||||
"$set": {"last_seen": timestamp},
|
"$set": {"last_seen": timestamp},
|
||||||
"$setOnInsert": {
|
"$setOnInsert": {
|
||||||
"first_seen": timestamp,
|
"first_seen": timestamp,
|
||||||
"inventory": {
|
|
||||||
"claimable": True,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
upsert=True,
|
upsert=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user