Skip to content

Commit

Permalink
chore: optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Jan 24, 2025
1 parent 52300b9 commit 73b20fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network/src/services/http/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class HTTPParams {
.join('&');
}

return `${key}=${this.params![key]}`;
return `${key}=${value}`;
})
.join('&');
}
Expand Down

0 comments on commit 73b20fa

Please sign in to comment.