retrieved return events working but bug with return to be fixed
This commit is contained in:
@ -288,7 +288,9 @@ 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:
|
||||
from_attributes = True
|
Reference in New Issue
Block a user