minor fix
This commit is contained in:
2
index.js
2
index.js
@@ -114,7 +114,7 @@ Query.prototype.url = function (start) {
|
||||
if (this.getRemoteFilter() !== "") query += `&f_WT=${this.getRemoteFilter()}`;
|
||||
if (this.getJobType() !== "") query += `&f_JT=${this.getJobType()}`;
|
||||
query += `&start=${start}`;
|
||||
query += `&sortBy=${this.getSortBy}`;
|
||||
if (this.sortBy !== "") query += `&sortBy=${this.getSortBy}`;
|
||||
return encodeURI(query);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user