correct the transformer used for contact folders (#814)
This commit is contained in:
parent
697701afeb
commit
cb467a3e46
@ -186,7 +186,7 @@ func GetContainerID(service graph.Service, containerName, user string, category
|
||||
transform = models.CreateMailFolderCollectionResponseFromDiscriminatorValue
|
||||
case contacts:
|
||||
query = GetAllContactFolderNamesForUser
|
||||
transform = models.CreateContactFolderFromDiscriminatorValue
|
||||
transform = models.CreateContactFolderCollectionResponseFromDiscriminatorValue
|
||||
case events:
|
||||
query = GetAllCalendarNamesForUser
|
||||
transform = models.CreateCalendarCollectionResponseFromDiscriminatorValue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user