Files
rustfs-console/lib/notify-module-access.js
T
2026-04-27 17:30:45 +08:00

4 lines
97 B
JavaScript

export function canManageNotifyBackedFeature(notifyEnabled) {
return notifyEnabled !== false
}