Skip to content

Commit

Permalink
kDevelopmentStage == ""
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander committed Feb 6, 2024
1 parent 1ba26d2 commit 43add16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/main/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

const kDevelopmentStage = String.fromEnvironment('DEVELOPMENT_STAGE');
String? get kDevelopmentStageOrNull =>
kDevelopmentStage.isEmpty ? null : kDevelopmentStage;
kDevelopmentStage == "" ? null : kDevelopmentStage;

0 comments on commit 43add16

Please sign in to comment.