mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-16 16:22:23 -04:00
When checking the service or organisation name for uniqueness before changing it, it would be necessary to exclude the current name from this check. However now we are changing it immediately we don’t need to guard around this behaviour of the uniqueness check. So this commit removes the guard for both renaming a service and an organisation.