mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-8688] export playwright shared lib (#4068)
* [ACS-8688] export playwright shared lib * [ACS-8688] changes name * [ACS-8688] changes name * [ACS-8688] add lint file and fix lint issue * [ACS-8688] test fix * added ng package file
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
||||
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { ApiClientFactory } from './api-client-factory';
|
||||
@@ -52,7 +52,7 @@ export class SearchPageApi {
|
||||
};
|
||||
|
||||
try {
|
||||
return await this.apiService.search.search(data);
|
||||
return this.apiService.search.search(data);
|
||||
} catch {
|
||||
return new ResultSetPaging();
|
||||
}
|
||||
@@ -73,7 +73,7 @@ export class SearchPageApi {
|
||||
}
|
||||
};
|
||||
|
||||
return await Utils.retryCall(searchFiles);
|
||||
return Utils.retryCall(searchFiles);
|
||||
} catch {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user