-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unity Release #872
Unity Release #872
Conversation
MWPW-160731
MWPW-160606
MWPW-160731
MWPW-160251
MWPW-160726
Revert "MWPW-160726"
MWPW-160726: Implement Exit Prompt
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #872 +/- ##
==========================================
- Coverage 85.07% 84.78% -0.29%
==========================================
Files 48 48
Lines 6091 6114 +23
==========================================
+ Hits 5182 5184 +2
- Misses 909 930 +21 ☔ View full report in Codecov by Sentry. |
export default async function init(element) { | ||
if (isOldBrowser()) { | ||
window.location.href = EOLBrowserPage; | ||
return; | ||
} | ||
|
||
const ENV = getEnv(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'ENV' is assigned a value but never used.
Final batch of bugs and fixes before the Oct. 30 release