refactor:remove duplicated pollyfill

This commit is contained in:
Xwite
2022-05-07 09:27:15 +08:00
parent 5d1b00ef0a
commit 3f2410f456
@@ -192,9 +192,6 @@ class AnalyzeUrl(
}
}
}
headerMap[UA_NAME] ?: let {
headerMap[UA_NAME] = AppConfig.userAgent
}
urlNoQuery = url
when (method) {
RequestMethod.GET -> {