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