Skip to content

Commit

Permalink
bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeeksSpan committed Jun 2, 2023
1 parent 8af7003 commit 7a95609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Olive.Aws.Comprehend/ComprehendClassifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public static async Task<string> StartClasifyingJob(string classifier_arn, strin
{
S3Uri = $"s3://{bucketName}/{outputfolder}/{documetnKey}",
},
DataAccessRoleArn = IamRole;
DataAccessRoleArn = IamRole,
};
try
{
Expand Down

0 comments on commit 7a95609

Please sign in to comment.