Skip to content

Commit faeda7e

Browse files
authored
stupid max len on lines
1 parent 30b7c14 commit faeda7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/projects/list.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const PROJECT_PHASE_PRODUCTS_ATTRIBUTES = _.without(
4747
'deletedAt',
4848
);
4949

50-
const SUPPORTED_FILTERS = ['id', 'status', 'memberOnly', 'keyword', 'type', 'name', 'code', 'customer', 'manager', 'directProjectId'];
50+
const SUPPORTED_FILTERS = ['id', 'status', 'memberOnly', 'keyword', 'type', 'name', 'code', 'customer', 'manager',
51+
'directProjectId'];
5152

5253
const escapeEsKeyword = keyword => keyword.replace(/[+-=><!|(){}[&\]^"~*?:\\/]/g, '\\\\$&');
5354

0 commit comments

Comments
 (0)