first fix to try making the pipeline pass

This commit is contained in:
omenem 2020-04-09 12:27:04 +02:00
parent 66bcecdbe0
commit 9e49da0d00

View File

@ -20,7 +20,7 @@ public class SecurityCameraSaveRequest {
/** The name of the device as assigned by the user (e.g. 'Master bedroom light') */
@NotNull private String name;
private FileSystemResource survaillanceVideo;
private FileSystemResource surveillanceVideo;
public void setRoomId(Long roomId) {
this.roomId = roomId;