Skip to content

Commit

Permalink
trying to remove changes to util file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Crank committed Jul 30, 2021
1 parent 32a7200 commit c1d190e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-servicecatalog/lib/private/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export function hashValues(...ids: string[]): string {
const sha256 = crypto.createHash('sha256');
ids.forEach(val => sha256.update(val));
return sha256.digest('hex').slice(0, 12);
}
}

0 comments on commit c1d190e

Please sign in to comment.