mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
retry max three times if update labels is conflicted
This commit is contained in:
parent
9d8d2e40d7
commit
77050905a5
1 changed files with 1 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ export const addLabelInPage = async (
|
|||
},
|
||||
},
|
||||
refresh: ctx.refresh,
|
||||
retry_on_conflict: 3,
|
||||
})
|
||||
|
||||
return body.result === 'updated'
|
||||
|
|
|
|||
Loading…
Reference in a new issue