INFRA-3970 | Dhruv | reformat
This commit is contained in:
@@ -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}/*`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user