NO_VALID_OR_UNIQUE_IPS
This commit is contained in:
parent
26a3af164a
commit
48b9473576
1 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,8 @@ module.exports = async () => {
|
|||
|
||||
uniqueLogs.forEach(ip => updateSefinekAPIInCSV(ip.rayId, true));
|
||||
} catch (err) {
|
||||
if (err.response?.data?.code !== 'NO_VALID_OR_UNIQUE_IPS') {
|
||||
log('error', `Failed to send logs to Sefinek API. Status: ${err.status}. Message: ${err.response?.data?.message || err.stack}`);
|
||||
}
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue