mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 22:07:36 -02:30
Fix linting error
This commit is contained in:
@@ -132,7 +132,6 @@ function BaseStringService (namespace) {
|
|||||||
ORGANIZATION_DESCENDING: t.s('Organization (Descending)'),
|
ORGANIZATION_DESCENDING: t.s('Organization (Descending)'),
|
||||||
CAPACITY_ASCENDING: t.s('Capacity (Ascending)'),
|
CAPACITY_ASCENDING: t.s('Capacity (Ascending)'),
|
||||||
CAPACITY_DESCENDING: t.s('Capacity (Descending)')
|
CAPACITY_DESCENDING: t.s('Capacity (Descending)')
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.ALERT = ({ header, body }) => t.s('{{ header }} {{ body }}', { header, body });
|
this.ALERT = ({ header, body }) => t.s('{{ header }} {{ body }}', { header, body });
|
||||||
|
|||||||
Reference in New Issue
Block a user