first fix to try making the pipeline pass
This commit is contained in:
parent
66bcecdbe0
commit
9e49da0d00
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class SecurityCameraSaveRequest {
|
||||||
/** The name of the device as assigned by the user (e.g. 'Master bedroom light') */
|
/** The name of the device as assigned by the user (e.g. 'Master bedroom light') */
|
||||||
@NotNull private String name;
|
@NotNull private String name;
|
||||||
|
|
||||||
private FileSystemResource survaillanceVideo;
|
private FileSystemResource surveillanceVideo;
|
||||||
|
|
||||||
public void setRoomId(Long roomId) {
|
public void setRoomId(Long roomId) {
|
||||||
this.roomId = roomId;
|
this.roomId = roomId;
|
||||||
|
|
Loading…
Reference in a new issue