Skip to content

Commit

Permalink
delete export from function that isn't used in other file
Browse files Browse the repository at this point in the history
  • Loading branch information
To-Ki-O committed Feb 25, 2023
1 parent b442585 commit 90e340e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/action_helper/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const executePostprocess = async (
}
};

export const getIntegrity = function (
const getIntegrity = function (
targetPath: string,
): string {
const byteArray = Deno.readFileSync(targetPath);
Expand Down

0 comments on commit 90e340e

Please sign in to comment.