fix
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@ export interface AlarmModel {
|
||||
title: string;
|
||||
description: string;
|
||||
date: Date;
|
||||
source: string;
|
||||
source?: string;
|
||||
|
||||
attaches?: Array<any>;
|
||||
notes?: Array<any>;
|
||||
|
||||
Reference in New Issue
Block a user