Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi committed May 13, 2024
1 parent b4979a3 commit b5479d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/utils/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class Downloader {
if (this.sha !== actualSha) {
callback({
error:
"The file's security hash (SHA) does not match the expected value. The file may have been altered or corrupted during the download process",
`The file's security hash (SHA) does not match the expected value. The file may have been altered or corrupted during the download process`,
});
return;
}
Expand Down

0 comments on commit b5479d7

Please sign in to comment.