Skip to content

Commit

Permalink
CB-4018 atom is privated
Browse files Browse the repository at this point in the history
  • Loading branch information
s.teleshev committed Mar 1, 2024
1 parent e1281de commit 61bcaa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class TempDataContext implements IDataContext {
target: IDataContext;
fallback?: IDataContextProvider;
private flushTimeout: any;
atom: IAtom;
private atom: IAtom;

constructor(fallback?: IDataContextProvider) {
this.map = new Map();
Expand Down

0 comments on commit 61bcaa0

Please sign in to comment.