Minor stylistic update
This commit is contained in:
parent
901162c8b6
commit
53f3af6944
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@
|
|||
key,
|
||||
value
|
||||
}) => `${key}: ${value}`).join(',\n')
|
||||
return result == '' ? '' : `${result}`
|
||||
return result === '' ? '' : `${result}`
|
||||
},
|
||||
queryString() {
|
||||
const result = this.params
|
||||
|
|
|
|||
Loading…
Reference in a new issue