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
|
transform = models.CreateMailFolderCollectionResponseFromDiscriminatorValue
|
||||||
case contacts:
|
case contacts:
|
||||||
query = GetAllContactFolderNamesForUser
|
query = GetAllContactFolderNamesForUser
|
||||||
transform = models.CreateContactFolderFromDiscriminatorValue
|
transform = models.CreateContactFolderCollectionResponseFromDiscriminatorValue
|
||||||
case events:
|
case events:
|
||||||
query = GetAllCalendarNamesForUser
|
query = GetAllCalendarNamesForUser
|
||||||
transform = models.CreateCalendarCollectionResponseFromDiscriminatorValue
|
transform = models.CreateCalendarCollectionResponseFromDiscriminatorValue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user