Added book error indication
This commit is contained in:
parent
4135c29160
commit
ea18439140
@ -6,6 +6,10 @@ const composeBookURL = () => (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const processBook = (data: BookResponse): Book => {
|
const processBook = (data: BookResponse): Book => {
|
||||||
|
if (!data.Success) {
|
||||||
|
throw new Error('Не удалось забронировать объявление')
|
||||||
|
}
|
||||||
|
|
||||||
return data.Success
|
return data.Success
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user