Skip to content

Commit 6f58a9f

Browse files
committed
TASK-10510: Removing a key value from documentation
Signed-off-by: Doug Koerich <[email protected]>
1 parent e75d527 commit 6f58a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/momentum/3/3-push/push-http-request-eval.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function mod:http_request_eval(sess)
3232
DzyjAI8maYIogujSPtq-jSUG0WybCQ0mT1eGOZsgy0"
3333
local request = "{ \"registration_ids\": [ \"" .. reg_id .. "\" ], \"dry_run\": true, »
3434
\"data\": { \"message\": \"Push message to send over GCM\" } }"
35-
local auth_key = "AIzaSyA09R1jflwVV4T79OIuLtTxQyXKFlOVQfs"
35+
local auth_key = "REDACTED"
3636
3737
-- print new json request to paniclog.ec for ref
3838
print ("new json request = ", request)
@@ -69,4 +69,4 @@ You must use require `("msys.httpclnt")` to enable this hook point and to access
6969

7070
After changing HTTP session data, be sure to use the `sess:request_finalize` function.
7171

72-
The [ob_get_current_message](/momentum/3/3-reference/3-reference-lua-ref-msys-delivery-ob-get-current-message) function uses this parameter to return a message. See also [Lua Functions](/momentum/3/3-reference/3-reference-lua-summary-table) for more information about the functions used in [“http_response_eval example”](/momentum/3/3-push/push-http-response-eval#push.http_response_eval.example).
72+
The [ob_get_current_message](/momentum/3/3-reference/3-reference-lua-ref-msys-delivery-ob-get-current-message) function uses this parameter to return a message. See also [Lua Functions](/momentum/3/3-reference/3-reference-lua-summary-table) for more information about the functions used in [“http_response_eval example”](/momentum/3/3-push/push-http-response-eval#push.http_response_eval.example).

0 commit comments

Comments
 (0)