remove check
This commit is contained in:
parent
6e74778241
commit
3bf883b6ac
@ -222,9 +222,9 @@ def polling_method_for_iot_entity(request: schemas.IotDoorPollingRequest,
|
|||||||
def polling_method_for_room_monitor(request: schemas.IotMonitorRoomInfo,
|
def polling_method_for_room_monitor(request: schemas.IotMonitorRoomInfo,
|
||||||
db: Session = Depends(get_db)):
|
db: Session = Depends(get_db)):
|
||||||
device : schemas.IotEntity = auth_helper.valid_iot_token(request.token, db)
|
device : schemas.IotEntity = auth_helper.valid_iot_token(request.token, db)
|
||||||
if not device:
|
# if not device:
|
||||||
raise HTTPException(
|
# raise HTTPException(
|
||||||
status_code=status.HTTP_401_UNAUTHORIZED,
|
# status_code=status.HTTP_401_UNAUTHORIZED,
|
||||||
detail="Could not validate credentials")
|
# detail="Could not validate credentials")
|
||||||
|
|
||||||
return request
|
return request
|
Loading…
Reference in New Issue
Block a user