Browse Source

Remove superfluous argument.

Afshin T. Darian 6 năm trước cách đây
mục cha
commit
8a20584ff4
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      packages/filebrowser-extension/src/index.ts

+ 1 - 2
packages/filebrowser-extension/src/index.ts

@@ -319,8 +319,7 @@ function activateBrowser(
 
 function activateShareFile(
   app: JupyterFrontEnd,
-  factory: IFileBrowserFactory,
-  resolver: IWindowResolver
+  factory: IFileBrowserFactory
 ): void {
   const { commands } = app;
   const { tracker } = factory;