qol: simplify calls
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Disco.Services.Documents.ManagedGroups
|
||||
|
||||
if (!string.IsNullOrEmpty(Template.UsersLinkedGroup))
|
||||
{
|
||||
var config = ADManagedGroup.ConfigurationFromJson(Template.UsersLinkedGroup);
|
||||
var config = ConfigurationFromJson(Template.UsersLinkedGroup);
|
||||
|
||||
if (config != null && !string.IsNullOrWhiteSpace(config.GroupId))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user