fix issues in core
This commit is contained in:
@@ -66,9 +66,8 @@ export class ResultWithIncidents implements IEntity<string> {
|
||||
});
|
||||
}
|
||||
|
||||
// TODO WE DONT NEED ANY LEGACY CODE WE ARE NOT EVEN LIVE
|
||||
/**
|
||||
* Create from legacy Result data (with incidents as number)
|
||||
* Legacy interop: create from Result data where incidents are stored as a number.
|
||||
*/
|
||||
static fromLegacy(props: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user