Fixing release method to V2.

This commit is contained in:
brunoedcf
2023-02-02 21:28:21 -03:00
parent 980c0cab76
commit c5b16559ff
3 changed files with 5 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ const approveTokens = async (tokenQty: string): Promise<any> => {
);
await apprv.wait();
console.log(apprv);
return apprv;
};