Skip to content

Commit c57ef4d

Browse files
committed
fix(NextcloudBookmarks): Fix ticket failure retry mechanism
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 6ebc907 commit c57ef4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/adapters/NextcloudBookmarks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ export default class NextcloudBookmarksAdapter implements Adapter, BulkImportRes
889889
if (res.status > 400 && res.status !== 423 && authString.startsWith('Bearer')) {
890890
this.ticket = null
891891
this.ticketTimestamp = 0
892-
return this.sendRequest(verb, url, type, body, returnRawResponse, headers)
892+
return this.sendRequest(verb, relUrl, type, body, returnRawResponse, headers)
893893
}
894894

895895
if (returnRawResponse) {

0 commit comments

Comments
 (0)