Skip to content

Commit

Permalink
fix: picklist downloaded from the api
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Apr 25, 2022
1 parent bb41ccb commit f5b6162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climate-warehouse",
"version": "0.1.27",
"version": "0.1.28",
"private": true,
"author": "Chia Network Inc. <hello@chia.net>",
"homepage": "./",
Expand Down
2 changes: 1 addition & 1 deletion src/store/actions/climateWarehouseActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const getPickLists = () => {

try {
const response = await fetch(
`https://climate-warehouse.s3.us-west-2.amazonaws.com/public/picklists.json`,
`${constants.API_HOST}/governance/meta/pickList`,
);

if (response.ok) {
Expand Down

0 comments on commit f5b6162

Please sign in to comment.