Unwrap
This commit is contained in:
parent
a293141444
commit
fb53ae7163
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ class MachineLearningService {
|
|||
|
||||
try {
|
||||
await fetchImageBitmapForContext(fileContext);
|
||||
await Promise.all([syncFileAnalyzeFaces(fileContext)]);
|
||||
await syncFileAnalyzeFaces(fileContext);
|
||||
newMlFile.errorCount = 0;
|
||||
newMlFile.lastErrorMessage = undefined;
|
||||
await this.persistOnServer(newMlFile, enteFile);
|
||||
|
|
Loading…
Add table
Reference in a new issue