Skip to content
Snippets Groups Projects
Unverified Commit 601f20f0 authored by Karel Hala's avatar Karel Hala
Browse files

Fix price per country

parent d2cb7c9b
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ export const useRest = (type) => {
resource: apiTemp,
rest: 'temp-avg',
},
germany: {
energy: {
resource: apiEnergy,
rest: 'germany',
rest: 'price-per-country',
},
};
return apiTypes[resourceType] || apiTypes.sunshine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment