Fix amount for available balance #50

Merged
jacob1123 merged 28 commits from available-balance into master 2022-04-08 22:43:22 +02:00
33 changed files with 388 additions and 170 deletions
Showing only changes of commit 46e665efc5 - Show all commits

View File

@ -53,7 +53,6 @@ tasks:
- go fmt
go-lint:
deps: [frontend]
cmds:
- golangci-lint run
@ -79,7 +78,6 @@ tasks:
cover:
desc: Run test and analyze coverage
deps: [frontend]
cmds:
- go test ./... -coverprofile=coverage.out -covermode=atomic
- go tool cover -html=coverage.out -o=coverage.html