Skip to content

Commit

Permalink
hotfix missing notifications injection in session service
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Sep 4, 2024
1 parent 6126265 commit 61e5d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addon/services/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default class SessionService extends SimpleAuthSessionService {
@service router;
@service currentUser;
@service fetch;
@service notifications;

/**
* Set where to transition to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleetbase/ember-core",
"version": "0.2.17",
"version": "0.2.18",
"description": "Provides all the core services, decorators and utilities for building a Fleetbase extension for the Console.",
"keywords": [
"fleetbase-core",
Expand Down

0 comments on commit 61e5d50

Please sign in to comment.