Compare commits
No commits in common. "4047d10ed4056c2828206cb58d424650f4f9c430" and "2d44d0ba4d5e0776f853c80e5791ea11a7a9f2b1" have entirely different histories.
4047d10ed4
...
2d44d0ba4d
@ -2,7 +2,6 @@ package bundle
|
||||
|
||||
import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"fonchain-fiee/api/bundle"
|
||||
@ -395,7 +394,5 @@ func GetBalanceLayout(ctx *gin.Context) {
|
||||
service.Error(ctx, err)
|
||||
return
|
||||
}
|
||||
var j any
|
||||
json.Unmarshal([]byte(res.Data), &j)
|
||||
service.Success(ctx, j)
|
||||
service.Success(ctx, res.Data)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user