Skip to content

Commit

Permalink
hashtag
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ottenlips authored and John Ottenlips committed Sep 17, 2023
1 parent 8c6367a commit a48326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const sendMastodonMessage = async (text: string) => {
Authorization: `Bearer ${process.env.MASTODON_ACCESS_TOKEN}`,
"Idempotency-Key": `${Date.now()}`,
},
body: `status=${encodeURIComponent(status)}`,
body: `status=${encodeURIComponent(status + `\n#workoutoftheday`)}`,
});
}
};
Expand Down

0 comments on commit a48326c

Please sign in to comment.