INFRA-3970 | Dhruv | reformat

This commit is contained in:
dhruvjoshi
2024-11-20 15:02:32 +05:30
parent a67d5a88bf
commit 5c935ebe57

View File

@@ -19,7 +19,12 @@ const isObject = input => {
);
};
export const getBreachPath = (manifestPath, key, index, hasHashedIdentifier) => {
export const getBreachPath = (
manifestPath: string,
key: string,
index: number,
hasHashedIdentifier: boolean,
): string => {
if (hasHashedIdentifier) {
return `${manifestPath}/${key}/*`;
}