mingo-app / mingo

Found a bug? have a FR ?
59 stars 3 forks source link

Custom actions doesn't work #626

Open Icaruk opened 5 months ago

Icaruk commented 5 months ago

Describe the bug Custom actions doesn't work. I've used it some time ago, now I can't.

Here is the part of the template Mingo gives you:

async function run() {
    await projects.updateOne(
      {_id: CurrentDocument._id},
      {$set: {
         field: null
      }}
    );
    return 'Done';
  }

Screenshots image

Desktop (please complete the following information):