Skip to content

Commit f321a13

Browse files
committed
private
1 parent 61105ec commit f321a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/project_config/polling_datafile_manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export class PollingDatafileManager extends BaseService implements DatafileManag
228228
}
229229
}
230230

231-
setDatafileFromCacheIfAvailable(): void {
231+
private setDatafileFromCacheIfAvailable(): void {
232232
this.cache?.get(this.cacheKey).then(datafile => {
233233
if (datafile && this.isStarting()) {
234234
this.handleDatafile(datafile);

0 commit comments

Comments
 (0)