Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samayer12 committed Jan 7, 2025
1 parent 542aca0 commit b9cbc4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/assets/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export class Assets {
this.apiToken = crypto.randomBytes(32).toString("hex");
}

// TODO: Appears unused
setHash = (hash: string): void => {
this.hash = hash;
};
Expand Down

0 comments on commit b9cbc4a

Please sign in to comment.