@longvansoftware/storefront-js-client 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,7 +115,7 @@ class UserService extends service_1.Service {
|
|
|
115
115
|
}
|
|
116
116
|
searchCompany(keyword) {
|
|
117
117
|
return __awaiter(this, void 0, void 0, function* () {
|
|
118
|
-
const query = queries_1.
|
|
118
|
+
const query = queries_1.SEARCH_COMPANY;
|
|
119
119
|
const variables = {
|
|
120
120
|
keyword,
|
|
121
121
|
orgId: this.orgId,
|