Skip to content

Commit

Permalink
Fix hash computation of config
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Sep 16, 2024
1 parent 43f401f commit 1517691
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dapp/src/service/GithubService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ async function getTOMLFileHash(configUrl: string) {

let tomlText = await response.text();

tomlText = tomlText.replace(/\r?\n/g, "\r\n");

const encoder = new TextEncoder();
const tomlBytes = encoder.encode(tomlText);

Expand Down

0 comments on commit 1517691

Please sign in to comment.