Skip to content

Commit

Permalink
Merge pull request #37 from OCHA-DAP/HAPI-211/bugfix/remove-hdx-link
Browse files Browse the repository at this point in the history
HAPI-211 remove org HDX link
  • Loading branch information
turnerm authored Oct 9, 2023
2 parents 7ccd0cf + 3023225 commit c14ce28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.2.2] - 2023-10-06

### Fixed

- Remove HDX link from org

## [0.2.1] - 2023-10-02

### Fixed
Expand Down
2 changes: 0 additions & 2 deletions src/hapi/pipelines/database/org.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ def populate_single(
):
logger.info(f"Adding org {org_name}")
org_row = DBOrg(
# TODO: Populate hdx_link (HAPI-211)
hdx_link="not yet implemented",
acronym=acronym,
name=org_name,
org_type_code=org_type,
Expand Down

0 comments on commit c14ce28

Please sign in to comment.