Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Jul 1, 2020
1 parent e5f1814 commit a96ea5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/network/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export function signAndSend(opts, mqttTopic?:string, replayingHistory?:boolean){
data = data + sig

// console.log("ACTUALLY SEND", mqttTopic)
console.log("SEND ====>", opts.data)
try {
if(mqttTopic) {
await tribes.publish(mqttTopic, data, function(){
Expand Down
1 change: 1 addition & 0 deletions dist/api/network/send.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/api/network/send.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a96ea5b

Please sign in to comment.