anti aliasing 2
This commit is contained in:
parent
4112c00bd3
commit
05427cf3ae
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user