Browse Source

remove unnecessary check

Abhinav 1 năm trước cách đây
mục cha
commit
580758b0c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/photos/src/services/clipService.ts

+ 1 - 1
apps/photos/src/services/clipService.ts

@@ -54,7 +54,7 @@ class ClipServiceImpl {
 
     private logoutHandler = async () => {
         if (this.embeddingExtractionInProgress) {
-            this.embeddingExtractionInProgress?.abort();
+            this.embeddingExtractionInProgress.abort();
         }
         if (this.onFileUploadedHandler) {
             await this.removeOnFileUploadListener();