Skip to content

Commit 851872f

Browse files
chore: modify env variable name
1 parent f9cac02 commit 851872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
"type": "function",
707707
"z": "09012e75c72a4968",
708708
"name": "setRequestToGetToken",
709-
"func": "msg.headers = {};\nmsg.headers['Content-Type'] = \"application/x-www-form-urlencoded\"\nmsg.payload = `grant_type = client_credentials &\n client_id = ` +env.get(\"CLIENT_ID\") + ` &\n client_secret =` + env.get(\"CLIENT_SECRET\") + ` &\n resource = https://digitaltwins.azure.net \n `\nreturn msg;",
709+
"func": "msg.headers = {};\nmsg.headers['Content-Type'] = \"application/x-www-form-urlencoded\"\nmsg.payload = `grant_type = client_credentials &\n client_id = ` + env.get(\"AZURE_DT_CLIENT_ID\") + ` &\n client_secret =` + env.get(\"AZURE_DT_CLIENT_SECRET\") + ` &\n resource = https://digitaltwins.azure.net \n `\nreturn msg;",
710710
"outputs": 1,
711711
"noerr": 0,
712712
"initialize": "",

0 commit comments

Comments
 (0)