Skip to content

Commit ace8b2a

Browse files
committed
msg is higher than settings
1 parent e9fccf6 commit ace8b2a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

OpenFlowNodeRED/src/nodered/nodes/googleauth_nodes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ export class googleauth_request {
211211
if (this.auth != null) {
212212
this.Client = await this.auth.getClient();
213213
}
214+
if (!NoderedUtil.IsNullEmpty(msg.method)) this.method = msg.method;
215+
if (!NoderedUtil.IsNullEmpty(msg.url)) this.url = msg.url;
216+
214217
if (NoderedUtil.IsNullEmpty(this.method)) this.method = msg.method;
215218
if (NoderedUtil.IsNullEmpty(this.method)) this.method = "GET";
216219
if (NoderedUtil.IsNullEmpty(this.url)) this.url = msg.url;

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.558
1+
0.0.559

0 commit comments

Comments
 (0)