Skip to content

Commit

Permalink
adds tdp-finder to models library & adds test impl
Browse files Browse the repository at this point in the history
Signed-off-by: Gnanakeethan Balasubramaniam <[email protected]>
  • Loading branch information
jmcook1186 authored and gnanakeethan committed Oct 11, 2023
1 parent 2e43330 commit 15d78f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/models-universe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class ModelsUniverse {
* Initializes and registers model.
*/
public writeDown(model: ImplInitializeModel) {
const { name, kind, config } = model;
const {name, kind, config} = model;

const Model = this.handModelByCriteria(name, kind);

Expand Down

0 comments on commit 15d78f8

Please sign in to comment.