You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing a body and body_path at the same time, body_path will be attempted first, then falling back on body if the path can not be read from.
The actual javascript code for extracting releaseBody checks if body is provided and ignores reading the body_path outright.
The text was updated successfully, but these errors were encountered:
perfectmak
changed the title
body is used without checking the existense of body_path
Bug: body is used without checking the existense of body_path.
Dec 29, 2020
Contrary to what is written in the readme:
The actual javascript code for extracting releaseBody checks if
body
is provided and ignores reading thebody_path
outright.The text was updated successfully, but these errors were encountered: