mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595)
This commit is contained in:
@@ -19,9 +19,7 @@ export async function googleApiRequest(
|
||||
headers: IDataObject = {},
|
||||
uri: string | null = null,
|
||||
): Promise<any> {
|
||||
const { region } = (await this.getCredentials(
|
||||
'googleFirebaseRealtimeDatabaseOAuth2Api',
|
||||
)) as IDataObject;
|
||||
const { region } = await this.getCredentials('googleFirebaseRealtimeDatabaseOAuth2Api');
|
||||
|
||||
const options: IRequestOptions = {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user