BUR-61 current.value сделан nullable в бд. Соответствующие сущности скорректированы под изменение бд
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type CurrentItemDto = {
|
||||
edge: string;
|
||||
tag: string;
|
||||
value: number;
|
||||
value: number | null;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
time: Date;
|
||||
|
||||
Reference in New Issue
Block a user