Renamed cache property and replaced conditional with hasValue.

This commit is contained in:
Michael W Spalti
2019-09-22 21:51:04 -07:00
parent dc4becee0c
commit c1f7d39290
5 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ import { DSOChangeAnalyzer } from '../data/dso-change-analyzer.service';
@Injectable()
export class WorkflowItemDataService extends DataService<WorkflowItem> {
protected linkPath = 'workflowitems';
protected resetMsToLive = 0;
protected responseMsToLive = 0;
constructor(
protected comparator: DSOChangeAnalyzer<WorkflowItem>,