Skip to content

Commit

Permalink
few patches for UniverService
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Sep 26, 2023
1 parent 30fec29 commit b5e584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/services/universe.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { inject as service } from '@ember/service';
import { computed, action } from '@ember/object';
import { isBlank } from '@ember/utils';
import { isArray } from '@ember/array';
import { later } from '@ember/runloop';
import { dasherize } from '@ember/string';
import { getOwner } from '@ember/application';
import { assert } from '@ember/debug';
Expand All @@ -13,7 +14,6 @@ import RSVP from 'rsvp';
export default class UniverseService extends Service.extend(Evented) {
@service router;
@service intl;
@tracked menuRegistry = [];
@tracked headerMenuItems = [];
@tracked organizationMenuItems = [];
@tracked userMenuItems = [];
Expand Down

0 comments on commit b5e584e

Please sign in to comment.