mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(Microsoft SharePoint Node): Access token not being refreshed (#16555)
This commit is contained in:
@@ -30,7 +30,6 @@ export class MicrosoftSharePoint implements INodeType {
|
||||
],
|
||||
requestDefaults: {
|
||||
baseURL: '=https://{{ $credentials.subdomain }}.sharepoint.com/_api/v2.0/',
|
||||
ignoreHttpStatusErrors: true,
|
||||
},
|
||||
properties: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user