Skip to content

Commit dcacdb9

Browse files
committed
fix(build): staging not prod
1 parent 2456979 commit dcacdb9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

VirtualFinland.UsersAPI.Deployment/UsersAPIStack.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ private bool IsProductionEnvironment()
5353
// Cheers: https://stackoverflow.com/a/65642709
5454
case var value when value == Environments.Production.ToString().ToLowerInvariant():
5555
return true;
56-
case var value when value == Environments.Staging.ToString().ToLowerInvariant():
57-
return true;
5856
default:
5957
return false;
6058
}

0 commit comments

Comments
 (0)