Files
rustfs-console/lib/notify-module-access.js
T

4 lines
96 B
JavaScript

export function canManageNotifyBackedFeature(notifyEnabled) {
return notifyEnabled === true
}