Skip to content

Commit 9168dfc

Browse files
committed
Updated build number and API
1 parent a5f7af7 commit 9168dfc

File tree

1 file changed

+1
-1
lines changed
  • kotlin/services/mediaconvert/src/main/kotlin/com/kotlin/mediaconvert

1 file changed

+1
-1
lines changed

kotlin/services/mediaconvert/src/main/kotlin/com/kotlin/mediaconvert/CreateJob.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ suspend fun createMediaJob(
7272
val describeResponse = mcClient.describeEndpoints(
7373
DescribeEndpointsRequest {
7474
maxResults = 1
75-
}
75+
},
7676
)
7777

7878
val endpointUrl = describeResponse.endpoints?.firstOrNull()?.url

0 commit comments

Comments
 (0)