From d7d8543261736bef0edd6a50eaa8a01fd4e7981f Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 30 Jul 2026 19:21:26 +0300 Subject: [PATCH] claimable not used --- app/doorboy-proxy.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/doorboy-proxy.py b/app/doorboy-proxy.py index 6c919a5..8677f45 100755 --- a/app/doorboy-proxy.py +++ b/app/doorboy-proxy.py @@ -195,9 +195,6 @@ async def swipe(request): "$set": {"last_seen": timestamp}, "$setOnInsert": { "first_seen": timestamp, - "inventory": { - "claimable": True, - }, }, }, upsert=True,