Skip to content

Commit

Permalink
don't call types
Browse files Browse the repository at this point in the history
  • Loading branch information
nichhk committed Jun 1, 2022
1 parent 091e858 commit c71e4ce
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 c71e4ce

Please sign in to comment.