Skip to content

Commit

Permalink
log -> warn
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo committed May 10, 2024
1 parent d14493c commit c41afe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications/apns/apns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (process.env.APNS_KEY_ID && process.env.APNS_TEAM_ID) {
provider = new apn.Provider(options);
}
else {
console.log("Warning: APN Key ID or Team ID is empty; not initializing APN service.");
console.warn("APN Key ID or Team ID is empty; not initializing APN service.");
}

/**
Expand Down

0 comments on commit c41afe9

Please sign in to comment.