APNS provider - wrong env check?
Hi all!
In APNS provider there is the following check for
File: /novu/providers/apns/src/lib/apns.provider.ts
However, it seems that the actual prod value is
In APNS provider there is the following check for
prod env.File: /novu/providers/apns/src/lib/apns.provider.ts
production: process.env.NODE_ENV === 'production'However, it seems that the actual prod value is
prod. Logically, this is an issue if I'm not mistaken.