Fixed canceling appointment not updating job. BOD-121
This commit is contained in:
@@ -92,7 +92,7 @@ const authLink = setContext((_, { headers }) => {
|
||||
|
||||
const retryLink = new RetryLink({
|
||||
delay: {
|
||||
initial: 300,
|
||||
initial: 500,
|
||||
max: 5,
|
||||
jitter: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user