Skip to content

Commit

Permalink
Fix VSCode build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Sep 19, 2024
1 parent 58f8779 commit cdef752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions karavan-core/package-lock.json

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

2 changes: 0 additions & 2 deletions karavan-core/src/core/api/CamelDefinitionApiExt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import {
} from '../model/CamelDefinition';
import { Beans, CamelElement, CamelElementMeta, Integration } from '../model/IntegrationDefinition';
import { CamelDefinitionApi } from './CamelDefinitionApi';
import { graphlib } from 'dagre';
import floydWarchall = graphlib.alg.floydWarchall;

export class ChildElement {
constructor(public name: string = '', public className: string = '', public multiple: boolean = false) {}
Expand Down

0 comments on commit cdef752

Please sign in to comment.