stabilize
This commit is contained in:
@@ -4,7 +4,7 @@ namespace S8n.Components.Basics;
|
||||
|
||||
public class Calculator
|
||||
{
|
||||
public object Calc(string @operator, object[] args)
|
||||
public object Execute(string @operator, object[] args)
|
||||
{
|
||||
if (args == null || args.Length < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user