From 69c8bcbbcdeb970d949acce3f51de962c49854d5 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:21:41 +0100 Subject: [PATCH] changed schemas --- backend/app/schemas.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/app/schemas.py b/backend/app/schemas.py index 699b8d5..7519ba5 100644 --- a/backend/app/schemas.py +++ b/backend/app/schemas.py @@ -288,8 +288,6 @@ class SlotSchema(BaseModel): dewar_name: Optional[str] time_until_refill: Optional[int] at_beamline: Optional[bool] - retrieved: Optional[bool] - retrievedTimestamp: Optional[str] beamlineLocation: Optional[str] class Config: