Skip to content

Commit

Permalink
fix fastboot-shoebox-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed May 13, 2023
1 parent d8065ca commit 3222a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fastboot/src/fastboot-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ module.exports = class FastBootInfo {
*/
register(instance) {
instance.register('info:-fastboot', this, { instantiate: false });
instance.lookup('service:fastboot').set('_fastbootInfo', this);
}
};

0 comments on commit 3222a72

Please sign in to comment.