Skip to content

Commit

Permalink
Merge remote-tracking branch 'kayhhh/remove-flow'
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 10, 2023
2 parents d050b20 + 25848b2 commit 68919e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@
}
}
]
}
}
4 changes: 0 additions & 4 deletions packages/core/src/Profiles/Core/Variables/VariableGet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export const VariableGet = makeFunctionNodeDefinition({
new Variable('-1', 'undefined', 'string', '');

const result: SocketsList = [
{
key: 'flow',
valueType: 'flow'
},
{
key: 'value',
valueType: variable.valueTypeName,
Expand Down

0 comments on commit 68919e9

Please sign in to comment.