Skip to content

Commit 9b7f265

Browse files
committed
removes unused variables params & qs for getCities
1 parent 8211bea commit 9b7f265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rajaongkir/starter/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Starter.prototype.getProvince = function (id) {
5353
}
5454

5555
Starter.prototype.getCities = function () {
56-
var uri = this.httpUri + '/city?' + qs.stringify(params)
56+
var uri = this.httpUri + '/city?'
5757
var apiKey = this.apiKey
5858
return new Promise(function (resolve, reject) {
5959
request({

0 commit comments

Comments
 (0)