Wrong encoding with notifications templates
Hi,
here is my code :
and here is the log from the code :
here is my code :
and here is the log from the code :

const { Novu } = require('@novu/node')
const notifClient = new Novu('2a9ce65fc171f903b17e4706ebcf0332')
const templates = async () => {
return await notifClient.notificationTemplates.getAll()
}
const notifTemplates = templates().then(res => {
console.log(res.data)
})