Skip to content

Commit be79140

Browse files
committed
Remove async
1 parent c7f181c commit be79140

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/broadcast/helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import api from "../api";
33
const defaultWeight = 1;
44

55
exports = module.exports = steemBroadcast => {
6-
steemBroadcast.addAccountAuth = async (
6+
steemBroadcast.addAccountAuth = (
77
activeWif,
88
username,
99
authorizedUsername,
@@ -40,7 +40,7 @@ exports = module.exports = steemBroadcast => {
4040
});
4141
};
4242

43-
steemBroadcast.removeAccountAuth = async (
43+
steemBroadcast.removeAccountAuth = (
4444
activeWif,
4545
username,
4646
authorizedUsername,

0 commit comments

Comments
 (0)