This commit is contained in:
Charles N Wyble 2024-12-18 16:59:20 -06:00
parent 494e0a7cf3
commit 18ce558453
2 changed files with 3 additions and 1125 deletions

File diff suppressed because it is too large Load Diff

View File

@ -173,6 +173,8 @@ function get_note_by_title()
# Function to create a new note
function create_new_note()
{
@ -191,6 +193,7 @@ function create_new_note()
if [[ $? -ne 0 ]]; then
echo "Error: Failed to create the note titled $title." >&2
echo "[DEBUG] Body content passed to the API: $body" >&2
exit 1
fi