remove ppi
This commit is contained in:
parent
a481626e47
commit
979196c50c
7 changed files with 39 additions and 20 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue