Skip to content

Commit

Permalink
fix(sdk): wrong cluster id referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Jan 17, 2024
1 parent b89681c commit 29adb2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function generateMeltClusterAgentAction(props: {
const actionData = SporeAction.pack({
type: 'MeltClusterAgent',
value: {
clusterId: clusterAgentInput!.data,
clusterId: clusterAgentInput!.cellOutput.type!.args,
from: {
type: 'Script',
value: clusterAgentInput!.cellOutput.lock,
Expand Down

0 comments on commit 29adb2f

Please sign in to comment.