Skip to content

Commit

Permalink
fix: sharepoint callback handling
Browse files Browse the repository at this point in the history
  • Loading branch information
amuwal committed Dec 30, 2024
1 parent 21c8f85 commit b2d95c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class SharepointConnectionService extends AbstractBaseConnectionService {

// get site_id from tenant and sitename
const site_details = await axios.get(
`https://graph.microsoft.com/v1.0/sites/${site}.sharepoint.com:/sites/${tenant}`,
`https://graph.microsoft.com/v1.0/sites/${tenant}.sharepoint.com:/sites/${site}`,
{
headers: {
Authorization: `Bearer ${data.access_token}`,
Expand Down

0 comments on commit b2d95c3

Please sign in to comment.