Skip to content

Commit

Permalink
NAS-131130: PR update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 committed Sep 26, 2024
1 parent b3b71c8 commit 4494a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/apps/store/installed-apps-store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class InstalledAppsStore extends ComponentStore<InstalledAppsState> imple
this.handleAddedOrUpdatedEvent(apiEvent);
break;
default:
console.error('Unknown API event type (installed-apps-store.service):', apiEvent.msg);
console.error('Unknown API event type');
break;
}
}
Expand Down

0 comments on commit 4494a11

Please sign in to comment.