Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Add PF to FUND_TYPE_ID_TO_FRIENDLY_NAME mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrm500 committed Mar 27, 2024
1 parent 40f8eb8 commit e3feda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class MIMETYPE(StrEnum):
FUND_TYPE_ID_TO_FRIENDLY_NAME = {
"TD": "Town Deal",
"HS": "Future High Streets Fund",
"PF": "Pathfinders",
}

# domain/email: (LAs, Places)
Expand Down

0 comments on commit e3feda0

Please sign in to comment.