Display last turn correctly and show last guess properly
This commit is contained in:
@@ -66,7 +66,6 @@ export default class PerudoApi {
|
||||
}
|
||||
|
||||
private post<T extends ApiObject>(url: string, data?: any,): AxiosPromise<T> {
|
||||
console.log(data);
|
||||
return axios.post(PerudoApi.baseUrl + url, data).then((response: AxiosResponse) => {
|
||||
// @ts-ignore
|
||||
if (response?.data?.errors?.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user