()
| 69 | } |
| 70 | |
| 71 | async function testDoAction() { |
| 72 | try { |
| 73 | const response = await client.doAction( |
| 74 | { name: 'Test' }, |
| 75 | { test: 'Sent from testDoAction :)' }, |
| 76 | { customEventResponse: true }, |
| 77 | ); |
| 78 | } catch (e) { |
| 79 | pinoLogger.error('Error executing action:', e); |
| 80 | } |