You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.api/src/main/java/org/wso2/carbon/apimgt/api/model/Environment.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public class Environment implements Serializable {
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15682,7 +15682,7 @@ public List<Environment> getAllEnvironments(String tenantDomain) throws APIManag
15682
15682
}
15683
15683
int scheduledTime = rs.getInt("SCHEDULED_TIME");
15684
15684
if (rs.wasNull()) {
15685
-
scheduledTime = 60;
15685
+
scheduledTime = 0;
15686
15686
}
15687
15687
Map<String, String> additionalProperties = new HashMap();
0 commit comments