فهرست منبع

remove unnecessary async

Yana Rose 4 سال پیش
والد
کامیت
859b44154d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/viewer/index.ts

+ 1 - 1
src/viewer/index.ts

@@ -257,7 +257,7 @@ export class Viewer {
         this.plugin.layout.events.updated.next();
     }
 
-    async exportLoadedStructures() {
+    exportLoadedStructures() {
         const content = encodeStructureData(this.plugin);
         downloadAsZipFile(content);
     }