Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/caseAmb' into caseAmb
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Sep 23, 2023
2 parents 7f393f4 + b3b10d9 commit 0326357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ def fill_settings():
)

for e in en:

if e < 4 or not en[e] or e == 13:
continue

Expand Down
2 changes: 1 addition & 1 deletion directory/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def filter_type(t):
14: dict(is_application=True),
15: dict(is_monitoring=True),
16: dict(is_expertise=True),
17: dict(is_case=True)
17: dict(is_case=True),
}
return ts.get(t + 1, {})

Expand Down

0 comments on commit 0326357

Please sign in to comment.