Skip to content

Commit

Permalink
Adjust webhook key data
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Dec 20, 2023
1 parent 85f228f commit 82d4ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ source ocrd_lib.sh
init "$@"

# Key data to identifiy related entity in the receiver system
WEBHOOK_KEY_DATA="{\"taskId\" : $TASK_ID}"
WEBHOOK_KEY_DATA=$TASK_ID

# Overwrite webhook_request "$WEBHOOK_RECEIVER_URL" "$WEBHOOK_KEY_DATA" "$EVENT" "$MESSAGE"
webhook_request() {
Expand Down

0 comments on commit 82d4ac9

Please sign in to comment.