Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 8, 2025
1 parent 9cfd95f commit 578c2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default function Home() {
const post = async (text) => {
// TODO: generic interface for external plugins
const promises = [];

if (NEAR_SOCIAL_ENABLED) {
promises.push(postToNearSocial(text));
}

if (TWITTER_ENABLED) {
promises.push(tweet(text));
}
Expand Down

0 comments on commit 578c2bc

Please sign in to comment.