Unverified Commit 849c3fd9 authored by Steven Zhu's avatar Steven Zhu Committed by GitHub
Browse files

Fix space inconsistency

parent da58fcbf
......@@ -44,7 +44,7 @@ sendgrid_send() {
export _H2="Content-Type: application/json"
_content="$(echo "$_content" | _json_encode)"
if [ -z "$SENDGRID_FROM_NAME" ]; then
_data="{\"personalizations\": [{\"to\": [{\"email\": \"$SENDGRID_TO\"}]}],\"from\": {\"email\": \"$SENDGRID_FROM\"},\"subject\": \"$_subject\",\"content\": [{\"type\": \"text/plain\", \"value\": \"$_content\"}]}"
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment