Minor stylistic update
This commit is contained in:
@@ -580,7 +580,7 @@
|
||||
key,
|
||||
value
|
||||
}) => `${key}: ${value}`).join(',\n')
|
||||
return result == '' ? '' : `${result}`
|
||||
return result === '' ? '' : `${result}`
|
||||
},
|
||||
queryString() {
|
||||
const result = this.params
|
||||
|
||||
Reference in New Issue
Block a user