Skip to content

Commit

Permalink
fix(web): fix wrong reference to HTTPClient
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 20, 2024
1 parent 574a1a5 commit 0984fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/client/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const dbusBasename = (path) => path.split("/").slice(-1)[0];
*/
class ProposalManager {
/**
* @param {import("./http").HTTPClien} client
* @param {import("./http").HTTPClient} client
*/
constructor(client) {
this.client = client;
Expand Down

0 comments on commit 0984fa7

Please sign in to comment.