()
| 77 | ); |
| 78 | } catch (e) { |
| 79 | pinoLogger.error('Error executing action:', e); |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | async function testCustomCodeTrigger() { |
| 84 | try { |
| 85 | const response = await client.executeCodeTrigger( |
| 86 | 'musicbee_connected', |
| 87 | { test: 'Sent from testCustomCodeTrigger :)' }, |
| 88 | { customEventResponse: true }, |
no test coverage detected