Skip to content

Commit

Permalink
syncing up to f36fa41d3669aef57267994880f2e148f94025d8
Browse files Browse the repository at this point in the history
Co-authored-by: Dan LaMotte <[email protected]>
  • Loading branch information
superblocksadmin and Dan LaMotte committed Sep 25, 2024
1 parent 23c7adb commit 53a8378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('variables', () => {
agentCredentials: {},
redactedDatasourceConfiguration: {},
actionConfiguration: {
body: 'simpleVar2.set(0); await advancedVar2.set(0); console.log("state", simpleVar1.value, simpleVar2.value, await advancedVar1.get(), await advancedVar2.get(), nativeVar1); return simpleVar1.value + simpleVar2.value + await advancedVar1.get() + await advancedVar2.get() + nativeVar1;',
body: 'simpleVar2.set(0); await advancedVar2.set(0); console.log("simpleVar1.value", simpleVar1.value, "simpleVar2.value", simpleVar2.value, "await advancedVar1.get()", await advancedVar1.get(), "await advancedVar2.get()", await advancedVar2.get(), "nativeVar1", nativeVar1); return simpleVar1.value + simpleVar2.value + await advancedVar1.get() + await advancedVar2.get() + nativeVar1;',
spreadsheetId: '',
sheetTitle: ''
},
Expand Down

0 comments on commit 53a8378

Please sign in to comment.