Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
Signed-off-by: pankhurisaxena28 <76627925+pankhurisaxena28@users.noreply.github.com>
  • Loading branch information
pankhurisaxena28 authored Jul 3, 2024
1 parent 3874145 commit 5dd1ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function constructKeyValueMapFromString(str?: string): Map<string, string> {
});
return keyValueMap;
}

function validateAndExtractFailureCriteriaFromMap(
keyValueMap: Map<string, string>,
): FailureCriteria {
Expand Down

0 comments on commit 5dd1ea0

Please sign in to comment.