We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fccf6 commit ace8b2aCopy full SHA for ace8b2a
2 files changed
OpenFlowNodeRED/src/nodered/nodes/googleauth_nodes.ts
@@ -211,6 +211,9 @@ export class googleauth_request {
211
if (this.auth != null) {
212
this.Client = await this.auth.getClient();
213
}
214
+ if (!NoderedUtil.IsNullEmpty(msg.method)) this.method = msg.method;
215
+ if (!NoderedUtil.IsNullEmpty(msg.url)) this.url = msg.url;
216
+
217
if (NoderedUtil.IsNullEmpty(this.method)) this.method = msg.method;
218
if (NoderedUtil.IsNullEmpty(this.method)) this.method = "GET";
219
if (NoderedUtil.IsNullEmpty(this.url)) this.url = msg.url;
VERSION
@@ -1 +1 @@
1
-0.0.558
+0.0.559
0 commit comments