File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
packages/remote-config/src/client Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,23 @@ export class RealtimeHandler{
3030 */
3131 public addObserver ( observer : ConfigUpdateObserver ) {
3232 this . observers . add ( observer ) ;
33- this . beginRealtime ( ) ;
33+ < < < << << HEAD
34+ his . beginRealtime ( ) ;
35+ === === =
36+ this . begineRealtime ( ) ;
37+ >>> >>> > 0e1 e4c98f94a55cb8a96ba07f2ec5c8059266e67
3438 }
3539 /**
3640 * Removes an observer from the realtime updates.
3741 * @param observer The observer to remove.
3842 */
3943 public removeObserver ( observer : ConfigUpdateObserver ) : void {
4044 if ( this . observers . has ( observer ) ) {
45+ < < < << << HEAD
4146 this . observers . delete ( observer ) ;
47+ === === =
48+ return this . observers . delete ( observer ) ;
49+ >>> >>> > 0e1 e4c98f94a55cb8a96ba07f2ec5c8059266e67
4250 }
4351 }
4452
You can’t perform that action at this time.
0 commit comments