Minor stylistic update

This commit is contained in:
jamesgeorge007
2019-09-24 00:00:44 +05:30
parent 901162c8b6
commit 53f3af6944

View File

@@ -580,7 +580,7 @@
key,
value
}) => `${key}: ${value}`).join(',\n')
return result == '' ? '' : `${result}`
return result === '' ? '' : `${result}`
},
queryString() {
const result = this.params