Skip to content

Commit

Permalink
Remove async
Browse files Browse the repository at this point in the history
  • Loading branch information
nil1511 committed Jun 22, 2017
1 parent c7f181c commit be79140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/broadcast/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import api from "../api";
const defaultWeight = 1;

exports = module.exports = steemBroadcast => {
steemBroadcast.addAccountAuth = async (
steemBroadcast.addAccountAuth = (
activeWif,
username,
authorizedUsername,
Expand Down Expand Up @@ -40,7 +40,7 @@ exports = module.exports = steemBroadcast => {
});
};

steemBroadcast.removeAccountAuth = async (
steemBroadcast.removeAccountAuth = (
activeWif,
username,
authorizedUsername,
Expand Down

0 comments on commit be79140

Please sign in to comment.