We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e73745 commit 103374eCopy full SHA for 103374e
src/content/pages/problemset/intercept.tsx
@@ -23,7 +23,9 @@ export function intercept(): void {
23
try {
24
const urlObj = new URL(url)
25
pathname = urlObj.pathname
26
- } catch (error) {}
+ } catch (error) {
27
+ //
28
+ }
29
if (
30
!disbaleIntercept &&
31
method.toLocaleLowerCase() === 'post' &&
@@ -132,7 +134,9 @@ export function intercept(): void {
132
134
body.variables.filters.sortOrder = 'DESCENDING'
133
135
str = JSON.stringify(body)
136
}
137
138
139
140
141
return originalSend.call(this, str)
142
0 commit comments