mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-25 06:35:56 -05:00
javascript lint fix
This commit is contained in:
parent
3968bfe912
commit
038aebe0fd
@ -53,8 +53,8 @@ export default class Recording {
|
||||
this.openId = recordingJson.openId;
|
||||
|
||||
/** @const {?number} */
|
||||
this.firstUncommitted = recordingJson.firstUncommitted !== undefined
|
||||
? recordingJson.firstUncommitted : null;
|
||||
this.firstUncommitted = recordingJson.firstUncommitted !== undefined ?
|
||||
recordingJson.firstUncommitted : null;
|
||||
|
||||
/** @const {!boolean} */
|
||||
this.growing = recordingJson.growing || false;
|
||||
|
Loading…
Reference in New Issue
Block a user