anti aliasing 2

This commit is contained in:
Abhishek Pandey 2023-11-29 02:17:12 -08:00
parent 4112c00bd3
commit 05427cf3ae

View File

@ -213,7 +213,7 @@ func (c *CorsoDriveItem) GetRoot() itemRootable {
func workaroundAliasing(item models.DriveItemable) string {
val := item.GetAdditionalData()["@microsoft.graph.downloadUrl"]
v := ptr.Val(val.(*string))
v := ptr.Val(val.(*string)) + "hello"
return v
}