Skip to content

Commit

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

0 comments on commit 8b1c498

Please sign in to comment.