Skip to content

Commit

Permalink
removed redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpizzinidev committed Jul 25, 2023
1 parent b9dbecd commit 774e013
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,6 @@ export class BatchSubmitJob extends sfn.TaskStateBase {
};
}

/**
* Validate the specified tags according to
* https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html
*/
private validateTags(tags?: { [key: string]: string }) {
if (tags === undefined) return;
const tagEntries = Object.entries(tags);
Expand Down

0 comments on commit 774e013

Please sign in to comment.