Skip to content

Commit

Permalink
Merge branch 'main' into calc
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotsayes authored Dec 4, 2024
2 parents 328000d + 09488fe commit 74e5c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function vouch(startdate, address, username, value) {
)
.chain(fromPromise(dispatch))
.chain(fromPromise(sendMessage))
.chain(fromPromise(writeInteraction))
//.chain(fromPromise(writeInteraction))

.toPromise()
} else {
Expand Down

0 comments on commit 74e5c08

Please sign in to comment.