Skip to content

Commit

Permalink
fix: Faulty type parameter value
Browse files Browse the repository at this point in the history
  • Loading branch information
Iku-turso committed Mar 9, 2022
1 parent 8de009b commit 17cfa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/injectable/ogre-tools-injectable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ declare module '@ogre-tools/injectable' {

export function registerDependencyGraphing(di: DiContainer): void;

export const plantUmlDependencyGraphInjectable: InjectionToken<string, []>;
export const plantUmlDependencyGraphInjectable: InjectionToken<string, void>;
}

0 comments on commit 17cfa76

Please sign in to comment.