Skip to content

Commit

Permalink
Plugins: Fix linting & Update Cargo lock
Browse files Browse the repository at this point in the history
* Fix linting on typescript file.
* Update cargo.lock file on chipmunk-cli since its dependency `stypes`
  has more dependencies in the plugins branch
  • Loading branch information
AmmarAbouZor committed Feb 11, 2025
1 parent 5ef3282 commit 7709eb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion application/client/src/app/service/actions/folder.plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ export class Action extends Base {
session
.initialize()
.observe(
new Factory.File().type(files[0].type).file(files[0].filename).asPlugin().get(),
new Factory.File()
.type(files[0].type)
.file(files[0].filename)
.asParserPlugin()
.get(),
);
}

Expand Down
1 change: 1 addition & 0 deletions cli/chipmunk-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7709eb8

Please sign in to comment.