update comment

This commit is contained in:
Marie 2025-05-05 23:04:43 +00:00
parent 621f2e2ee4
commit 142b3b552e

View file

@ -71,7 +71,7 @@ export class BunnyService {
const req = https.request(options);
// Log and throw error if BunnyCDN detects wrong data and return to prevent console spam as this event occurs multiple times
// Log and return if BunnyCDN detects wrong data (return is used to prevent console spam as this event occurs multiple times)
req.on('response', (res) => {
if (res.statusCode === 401) {
this.bunnyCdnLogger.error('Invalid AccessKey or region hostname');