Explorar o código

remove unnecessary async

Yana Rose %!s(int64=4) %!d(string=hai) anos
pai
achega
859b44154d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     }