Skip to content

Commit

Permalink
Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Sep 12, 2024
1 parent 8b1c498 commit fc4c048
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,8 @@ export class SPDataAdapter
return {
SiteId: item['GtSiteIdOWSTEXT'],
Title: site?.Title ?? item['Title'],
SPWebURL: (site && site['SPWebURL']) || site['Path']
SPWebURL: site && site['SPWebURL'],
Path: site?.Path
}
})
},
Expand Down

0 comments on commit fc4c048

Please sign in to comment.