Skip to content

Commit 22fcf81

Browse files
remove updated_at
Signed-off-by: Arjav <[email protected]>
1 parent ca27b82 commit 22fcf81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcpgateway/services/gateway_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@ async def update_gateway(self, db: Session, gateway_id: str, gateway_update: Gat
814814
"Updated passthrough_headers for gateway {gateway.id}: {gateway.passthrough_headers}"
815815
)
816816

817-
gateway.updated_at = datetime.now(timezone.utc)
818817
if getattr(gateway, "auth_type", None) is not None:
819818
gateway.auth_type = gateway_update.auth_type
820819

0 commit comments

Comments
 (0)