Skip to content

Commit 13c174c

Browse files
fix: onedrive url needs to be set
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent 6019a2b commit 13c174c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/integrations/definitions/onedrive/operation_folder_sync.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,9 @@ func driveItemToPayload(item models.DriveItemable) driveItemPayload {
182182
p.CreatedDateTime = *item.GetCreatedDateTime()
183183
}
184184

185+
if item.GetWebUrl() != nil {
186+
p.WebURL = *item.GetWebUrl()
187+
}
188+
185189
return p
186190
}

0 commit comments

Comments
 (0)