Skip to content

Commit c9fffb8

Browse files
arjavdongaonkarcrivetimihai
authored andcommitted
remove updated_at
Signed-off-by: Arjav <[email protected]>
1 parent f1ce536 commit c9fffb8

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
@@ -904,7 +904,6 @@ async def update_gateway(self, db: Session, gateway_id: str, gateway_update: Gat
904904
"Updated passthrough_headers for gateway {gateway.id}: {gateway.passthrough_headers}"
905905
)
906906

907-
gateway.updated_at = datetime.now(timezone.utc)
908907
if getattr(gateway, "auth_type", None) is not None:
909908
gateway.auth_type = gateway_update.auth_type
910909

0 commit comments

Comments
 (0)