Refactored to remove forceBypassCache param from requestService and from data service classes.

This commit is contained in:
Michael W Spalti
2019-08-28 17:05:37 -07:00
parent 7bda63bc5a
commit 121e564e12

View File

@@ -27,8 +27,11 @@ export class PoolTaskDataService extends TasksService<PoolTask> {
*/
protected linkPath = 'pooltasks';
<<<<<<< HEAD
protected responseMsToLive = 0;
=======
>>>>>>> Refactored to remove forceBypassCache param from requestService and from data service classes.
/**
* Initialize instance variables
*