mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
chore: Lintfix nodes-base (#16877)
This commit is contained in:
@@ -38,7 +38,7 @@ export async function googleApiRequest(
|
||||
qs: IDataObject = {},
|
||||
uri?: string,
|
||||
noCredentials = false,
|
||||
encoding?: null | undefined,
|
||||
encoding?: null,
|
||||
) {
|
||||
const options: IRequestOptions = {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user