Skip to content

Commit 70346dc

Browse files
committed
Fix: Remove extra $.param introduced in GH-14051
1 parent 46961df commit 70346dc

File tree

1 file changed

+0
-1
lines changed
  • src/sentry/static/sentry/app

1 file changed

+0
-1
lines changed

src/sentry/static/sentry/app/api.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ export class Client {
165165
request(path, options = {}) {
166166
let query;
167167
try {
168-
query = $.param(options.query || '', true);
169168
query = $.param(options.query || [], true);
170169
} catch (err) {
171170
Sentry.withScope(scope => {

0 commit comments

Comments
 (0)