mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
fix(Microsoft SharePoint Node): Access token not being refreshed (#16555)
This commit is contained in:
parent
22a240e74b
commit
1141553c67
|
|
@ -30,7 +30,6 @@ export class MicrosoftSharePoint implements INodeType {
|
|||
],
|
||||
requestDefaults: {
|
||||
baseURL: '=https://{{ $credentials.subdomain }}.sharepoint.com/_api/v2.0/',
|
||||
ignoreHttpStatusErrors: true,
|
||||
},
|
||||
properties: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user