Update plugins/notifications-backend-module-email/src/processor/transports/azure.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2025-02-18 09:05:25 +01:00
committed by GitHub
parent 6259aa91f2
commit 23cec17d8f
@@ -72,7 +72,6 @@ export const createAzureTransport = async (config: Config) => {
const response = await poller.pollUntilDone();
callback(null, response);
} catch (error) {
console.error(error);
callback(error, null);
}
},