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

4 lines
118 B
TypeScript

export function canManageNotifyBackedFeature(notifyEnabled: boolean | undefined) {
return notifyEnabled !== false
}