Browse Source

Remove superfluous argument.

Afshin T. Darian 6 years ago
parent
commit
8a20584ff4
1 changed files with 1 additions and 2 deletions
  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(
 function activateShareFile(
   app: JupyterFrontEnd,
   app: JupyterFrontEnd,
-  factory: IFileBrowserFactory,
-  resolver: IWindowResolver
+  factory: IFileBrowserFactory
 ): void {
 ): void {
   const { commands } = app;
   const { commands } = app;
   const { tracker } = factory;
   const { tracker } = factory;