mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(Google BigQuery Node): Location default to jobReference (#7354)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -21,7 +21,7 @@ export type JobReference = {
|
||||
location: string;
|
||||
};
|
||||
|
||||
export type JobInsertResponse = {
|
||||
export type ResponseWithJobReference = {
|
||||
kind: string;
|
||||
id: string;
|
||||
jobReference: JobReference;
|
||||
|
||||
Reference in New Issue
Block a user