Skip to content

Commit

Permalink
Merge pull request #1225 from hackforla/1154-nc-boundaries-not-render…
Browse files Browse the repository at this point in the history
…ing-on-dev-site

1154 nc boundaries not rendering on dev site
  • Loading branch information
nichhk authored Jun 2, 2022
2 parents 52936c0 + c71e4ce commit 5c61792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/redux/sagas/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function* getMetadata() {
ncGeojson,
] = yield all([
call(axios.get, `${baseUrl}/status/api`),
call(axios.get, `${baseUrl}/types`),
// call(axios.get, `${baseUrl}/types`),
call(axios.get, `${baseUrl}/councils`),
call(axios.get, `${baseUrl}/regions`),
call(axios.get, `${baseUrl}/agencies`),
Expand Down

0 comments on commit 5c61792

Please sign in to comment.