We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb48a90 commit ce990bbCopy full SHA for ce990bb
server/handlers/actiontokenHandler/index.js
@@ -28,7 +28,7 @@ const transfer = async ( req,res ) => {
28
const actionTokenService = new ActionTokenService();
29
30
// verfiy actionToken
31
- const tokens = await actionTokenService.verify(actionToken);
+ const tokens = ActionTokenService.verify(actionToken);
32
33
34
const result = await actionTokenService.transferTokens( tokens , wallet_id )
0 commit comments