Localized country names.
This commit is contained in:
@@ -12,7 +12,6 @@ export const apiRequest = (method, url, body, headers) =>
|
||||
},
|
||||
body,
|
||||
}).then(res => {
|
||||
console.log({ res });
|
||||
if (res.ok) {
|
||||
return res.json().then(data => ({ ok: res.ok, status: res.status, data }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user