Skip to content

Commit

Permalink
Remove uri option
Browse files Browse the repository at this point in the history
  • Loading branch information
liamgriffiths committed Aug 21, 2024
1 parent aad7e3a commit 281680b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ type ModuleIn =
| {
module_id: ModuleId;
inputs: Record<string, any>;
}
| {
module_uri: any;
inputs: Record<string, any>;
};

export class Module extends Node {
Expand Down

0 comments on commit 281680b

Please sign in to comment.