fix(#230): changed countries request params (#35)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 6 years ago committed by GitHub
parent 9d534219ed
commit b592faea5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/requests/getCountries.tsx

@ -16,7 +16,7 @@ export type Countries = Array<Country>
export const getCountries = (): Promise<Countries> => {
const config = {
body: {
params: null,
params: {},
proc,
},
}

Loading…
Cancel
Save