We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c409b commit 1719008Copy full SHA for 1719008
src/Files.App/Helpers/Application/AppLifecycleHelper.cs
@@ -33,8 +33,6 @@ public static class AppLifecycleHelper
33
Enum.TryParse("cd_app_env_placeholder", true, out AppEnvironment appEnvironment))
34
? appEnvironment;
35
: AppEnvironment.Dev;
36
- }
37
38
39
/// <summary>
40
/// Gets application package version.
0 commit comments