🚸 (setVariable) Rename Today setVar type to Now
This commit is contained in:
@@ -76,6 +76,7 @@ const getExpressionToEvaluate =
|
||||
(resultId: string | undefined) =>
|
||||
(options: SetVariableBlock['options']): string | null => {
|
||||
switch (options.type) {
|
||||
case 'Now':
|
||||
case 'Today':
|
||||
return 'new Date().toISOString()'
|
||||
case 'Tomorrow': {
|
||||
|
||||
Reference in New Issue
Block a user