Skip to content

Commit

Permalink
chore: remove change to model
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Mar 21, 2023
1 parent ca3db31 commit 165e144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apis/nucleus/src/viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function viz({ model, halo, initialError, onDestroy = async () =>
id: model.id,
/**
* This visualizations Enigma model, a representation of the generic object.
* @type {EngineAPI.IGenericObject}
* @type {string}
*/
model,
/**
Expand Down
2 changes: 1 addition & 1 deletion apis/stardust/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@
},
"model": {
"description": "This visualizations Enigma model, a representation of the generic object.",
"type": "EngineAPI.IGenericObject"
"type": "string"
},
"destroy": {
"description": "Destroys the visualization and removes it from the the DOM.",
Expand Down
2 changes: 1 addition & 1 deletion apis/stardust/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ declare namespace stardust {

id: string;

model: EngineAPI.IGenericObject;
model: string;

/**
* Destroys the visualization and removes it from the the DOM.
Expand Down

0 comments on commit 165e144

Please sign in to comment.