Skip to content

Commit 34d5343

Browse files
committed
removed obsolete URI encoding
1 parent 2e8b228 commit 34d5343

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Routers/PublicAPIRouter.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,9 @@ export class PublicAPIRouter extends PromiseRouter {
181181
}
182182
}
183183

184-
const encodedUsername = encodeURIComponent(username);
185184
const query = result.success
186185
? {
187-
[pageParams.username]: encodedUsername,
186+
[pageParams.username]: username,
188187
}
189188
: {
190189
[pageParams.username]: username,

0 commit comments

Comments
 (0)