forked from j62/ctbrec
1
0
Fork 0

Add comment with URL for token balance

This commit is contained in:
0xboobface 2018-12-23 13:57:44 +01:00
parent e66b75848f
commit 154a78660f
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class LiveJasmin extends AbstractSite {
@Override
public Integer getTokenBalance() throws IOException {
// https://www.livejasmin.com/en/offline-surprise/get-member-balance?session=m15f0175aa97d2d3c64df8f9bf96e3d8e
return 0;
}