Small changes

This commit is contained in:
2025-11-03 20:51:46 +01:00
parent d2b707ea5e
commit 153dca9d8f
6 changed files with 26 additions and 12 deletions

View File

@@ -228,7 +228,6 @@ async def renew_certificate(device_id: str):
db.query(DeviceCertificate)
.filter(
DeviceCertificate.device_id == device_id,
# DeviceCertificate.revoked_at.is_(None)
)
.first()
)