Skip to content

Commit

Permalink
[ACS-5107] - Fix failing unit test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Sep 4, 2023
1 parent e3e5df7 commit affdb65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/aca-shared/src/lib/services/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export class AppService implements OnDestroy {
this.contentApi.getRepositoryInformation().subscribe((response: DiscoveryEntry) => {
if (response?.entry?.repository) {
this.store.dispatch(new SetRepositoryInfoAction(response.entry.repository));
this.store.dispatch(new SetRepositoryInfoAction(response.entry.repository));
}
});
}
Expand Down

0 comments on commit affdb65

Please sign in to comment.