chore: server code formatting

This commit is contained in:
Rafael Taranto 2025-05-12 15:35:00 +01:00
parent aedabcbdee
commit 68517170e2
234 changed files with 9824 additions and 6195 deletions

View file

@ -18,7 +18,7 @@ const CODES_DISPLAY = {
LOW_CASH_OUT: 'Low Cash-out',
LOW_RECYCLER_STACKER: 'Low Recycler Stacker',
HIGH_RECYCLER_STACKER: 'High Recycler Stacker',
CASHBOX_REMOVED: 'Cashbox removed'
CASHBOX_REMOVED: 'Cashbox removed',
}
const NETWORK_DOWN_TIME = 3 * T.minute
@ -32,7 +32,7 @@ const NOTIFICATION_TYPES = {
CRYPTO_BALANCE: 'cryptoBalance',
COMPLIANCE: 'compliance',
ERROR: 'error',
SECURITY: 'security'
SECURITY: 'security',
}
module.exports = {
@ -48,5 +48,5 @@ module.exports = {
NETWORK_DOWN_TIME,
STALE_STATE,
ALERT_SEND_INTERVAL,
NOTIFICATION_TYPES
NOTIFICATION_TYPES,
}