Skip to content

Commit bd437d3

Browse files
committed
fix: fix typo in thrift
1 parent 0fc4c90 commit bd437d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thrift/shared.thrift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ struct UpdateDomainResponse {
12091209
struct FailoverDomainRequest {
12101210
10: optional string domainName
12111211
20: optional string domainActiveClusterName
1212-
// only applicable to active-active domains where
1212+
// only applicable to active-active domains where
12131213
// specific cluster-attributes are being failed over
12141214
30: optional ActiveClusters activeClusters
12151215
}
@@ -1262,7 +1262,7 @@ struct FailoverEvent {
12621262
// Can be passed with the ID to fetch a specific event.
12631263
20: optional i64 (js.type = "Long") createdTime
12641264
30: optional FailoverType failoverType
1265-
40: optional List<ClusterFailover> clusterFailovers
1265+
40: optional list<ClusterFailover> clusterFailovers
12661266
}
12671267

12681268
struct ClusterFailover {

0 commit comments

Comments
 (0)