We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2456979 commit dcacdb9Copy full SHA for dcacdb9
1 file changed
VirtualFinland.UsersAPI.Deployment/UsersAPIStack.cs
@@ -53,8 +53,6 @@ private bool IsProductionEnvironment()
53
// Cheers: https://stackoverflow.com/a/65642709
54
case var value when value == Environments.Production.ToString().ToLowerInvariant():
55
return true;
56
- case var value when value == Environments.Staging.ToString().ToLowerInvariant():
57
- return true;
58
default:
59
return false;
60
}
0 commit comments