Skip to content

Commit

Permalink
fix posting
Browse files Browse the repository at this point in the history
  • Loading branch information
ethboi committed Jul 31, 2023
1 parent ac08f05 commit 2d9d43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/discord/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export async function PostDiscord(
client: Client,
channelName: string,
) {
if (!TESTNET) {
if (TESTNET) {
printObject(embed)
} else {
try {
Expand Down

0 comments on commit 2d9d43a

Please sign in to comment.