Skip to content

Commit 5cd1bcd

Browse files
committed
Updated build number
1 parent 509b19c commit 5cd1bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/services/xray/src/main/kotlin/com/kotlin/xray/CreateSamplingRule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ suspend fun createRule(ruleNameVal: String?) {
5858
samplingRule = rule
5959
}
6060

61-
XRayClient.fromEnvironment { region = "us-east-1" }.use { xRayClient ->
61+
XRayClient.fromEnvironment { region = "us-east-1" }.use { xRayClient ->
6262
val ruleResponse: CreateSamplingRuleResponse = xRayClient.createSamplingRule(ruleRequest)
6363
println("The ARN of the new rule is ${ruleResponse.samplingRuleRecord?.samplingRule?.ruleArn}")
6464
}

0 commit comments

Comments
 (0)