remove ppi

This commit is contained in:
Travis Shears 2024-07-06 10:42:15 +02:00
parent a481626e47
commit 979196c50c
7 changed files with 39 additions and 20 deletions

View file

@ -9,9 +9,8 @@ const withRequest = lambdaRequestTracker();
const pb = new MicroBlogBackend(logger);
const baseURL = "https://dice.camp";
const accountId = "112364858295724350";
const username = "travisshears";
const baseURL = process.env.MASTODON_BASE_URL;
const accountId = process.env.MASTODON_ACCOUNT_ID;
type MastodonPost = {
media_attachments: {