update todos

This commit is contained in:
Benjamin Pasero
2021-01-04 15:17:35 +01:00
parent ca370bdb0a
commit f4ab083c28
8 changed files with 14 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ export class TimerService extends AbstractTimerService {
//#region cached data logic
export function didUseCachedData(): boolean {
// TODO@Ben TODO@Jo need a different way to figure out if cached data was used
// TODO@bpasero TODO@jrieken need a different way to figure out if cached data was used
if (context.sandbox) {
return true;
}