diff --git a/frontend/src/app/shared/services/rules.service.ts b/frontend/src/app/shared/services/rules.service.ts
index f695a1054..b21ac09a2 100644
--- a/frontend/src/app/shared/services/rules.service.ts
+++ b/frontend/src/app/shared/services/rules.service.ts
@@ -180,7 +180,7 @@ export class RulesService {
const url = this.apiUrl.buildUrl(link.href);
- return this.http.request(link.method, url, { body: {} }).pipe(
+ return this.http.request
(link.method, url, { body: {} }).pipe(
pretifyError('i18n:rules.triggerFailed'));
}