mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
some more fixes
This commit is contained in:
@@ -415,7 +415,7 @@ export class NodesApi extends RepoApi {
|
||||
return Promise.resolve(isLocked);
|
||||
}
|
||||
}
|
||||
await Utils.retryCall(locked, data.retry);
|
||||
return await Utils.retryCall(locked, data.retry);
|
||||
} catch (error) {
|
||||
this.handleError(`${this.constructor.name} ${this.isFileLockedWriteWithRetry.name}`, error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user