mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor: Phase out TSLint in nodes-base (no-changelog) (#4798)
* 🔥 Remove TSLint scripts * 🔥 Remove TSLint config * 🔥 Remove TSLint exceptions * 👕 Adjust lint config * ✏️ Add story numbers
This commit is contained in:
@@ -13,9 +13,7 @@ export async function msGraphSecurityApiRequest(
|
||||
headers: IDataObject = {},
|
||||
) {
|
||||
const {
|
||||
oauthTokenData: {
|
||||
access_token, // tslint:disable-line variable-name
|
||||
},
|
||||
oauthTokenData: { access_token },
|
||||
} = (await this.getCredentials('microsoftGraphSecurityOAuth2Api')) as {
|
||||
oauthTokenData: {
|
||||
access_token: string;
|
||||
|
||||
Reference in New Issue
Block a user