FIX: A screen-track/appEvents regression in #14929 (#14943)

This commit is contained in:
Jarek Radosz 2021-11-15 15:04:49 +01:00 committed by GitHub
parent 67e38e81f7
commit 2bd2d0d474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default {
siteSettings, siteSettings,
session, session,
currentUser, currentUser,
app.appEvents container.lookup("service:app-events")
); );
app.register("service:screen-track", screenTrack, { instantiate: false }); app.register("service:screen-track", screenTrack, { instantiate: false });