Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
MWPW-145864 Kodiak Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 committed Apr 1, 2024
1 parent df9e7ea commit 92f2163
Show file tree
Hide file tree
Showing 6 changed files with 3,428 additions and 9,414 deletions.
2 changes: 1 addition & 1 deletion faas-variations-report/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const getVariant = (node, ancestors) => {
const variation = {};

variation.structure = `${mapAncestors(ancestors).join(' > ')} > ${node.type}`;
variation.hash = createHash('sha1').update(variation.structure).digest('hex');
variation.hash = createHash('sha256').update(variation.structure).digest('hex');
variation.variant = reportVariations[variation.hash]?.variant
|| getLetterScheme(Object.keys(reportVariations).length);

Expand Down
25 changes: 0 additions & 25 deletions link-check/index.js

This file was deleted.

Loading

0 comments on commit 92f2163

Please sign in to comment.