Fix indentation

This commit is contained in:
IshaVenikar
2024-10-18 09:03:05 +05:30
parent ea268a4149
commit 3ab081853e
2 changed files with 3 additions and 3 deletions
@@ -43,9 +43,9 @@
[auction]
commitFee = "1000"
commitsDuration = "60s"
commitsDuration = "120s"
revealFee = "1000"
revealsDuration = "60s"
revealsDuration = "120s"
denom = "alnt"
[misc]
+1 -1
View File
@@ -105,7 +105,7 @@ type Deployment {
environment: Environment!
deployerLrn: String
isCurrent: Boolean!
baseDomain: String
baseDomain: String
status: DeploymentStatus!
createdAt: String!
updatedAt: String!