Skip to content
Snippets Groups Projects
Commit 4c32255c authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent 4aa3a825
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ export class CodeSnippet<T extends SapiRoute>{
const { param, route } = value
const { params, path } = this.sapi.v3GetRoute(route, param)
let url = encodeURI(path)
const url = encodeURI(path)
const queryParam = new URLSearchParams()
for (const key in params) {
queryParam.set(key, params[key].toString())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment