mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add registrar in diagram
This commit is contained in:
@@ -16,7 +16,7 @@ export function showErrorAPI(e: AxiosError, messageApi: MessageInstance): Messag
|
||||
|
||||
if (response.status === 429) {
|
||||
const duration = response.headers['retry-after']
|
||||
return messageApi.error(t`Please retry after ${duration} seconds`)
|
||||
return messageApi.error(t`Please retry after ${duration} minutes`)
|
||||
}
|
||||
|
||||
if (response.status.toString()[0] === '4') {
|
||||
|
||||
Reference in New Issue
Block a user