Skip to content

Commit

Permalink
Revert "fixed updating json data"
Browse files Browse the repository at this point in the history
  • Loading branch information
karolina-siemieniuk-morawska authored Oct 4, 2023
1 parent 4f98056 commit 2a3eb38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/services/json-store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export class JsonStoreService {
this.pushRevertPatchToHistory(path, 'add');

this.json = this.json.removeIn(path);
this.json$.next(this.json);
this.keysStoreService.deletePath(path);
}

Expand Down

0 comments on commit 2a3eb38

Please sign in to comment.