Skip to content

Commit b4f520c

Browse files
committed
Drop unused async
1 parent 708928b commit b4f520c

File tree

1 file changed

+1
-1
lines changed
  • packages/application-extension/src

1 file changed

+1
-1
lines changed

packages/application-extension/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const opener: JupyterFrontEndPlugin<void> = {
175175

176176
const command = 'router:tree';
177177
commands.addCommand(command, {
178-
execute: async (args: any) => {
178+
execute: (args: any) => {
179179
const parsed = args as IRouter.ILocation;
180180
const matches = parsed.path.match(TREE_PATTERN) ?? [];
181181
const [, , path] = matches;

0 commit comments

Comments
 (0)