Skip to content

Commit

Permalink
Fix p1 in Fredrick
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Sep 4, 2024
1 parent 0fa850d commit c7b7148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FINAL_JSON=$(jq -r -c -n \
--arg sent_at_unix "$DATE_UNIX" \
--arg sent_at_unparsed "$MESSAGE_DATE" \
--argjson body "$JSON_BODY" \
'{sent_at_unix: $sent_at, sent_at_unparsed: $sent_at_unparsed,
'{sent_at_unix: $sent_at_unix, sent_at_unparsed: $sent_at_unparsed,
from: $from, subject: $subject, body: $body}')

FRED_RESPONSE=$(curl -X POST "$FREDRICK_ENDPOINT" \
Expand Down

0 comments on commit c7b7148

Please sign in to comment.