Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jan 10, 2024
1 parent 35b2867 commit 055d4d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 h1:XQyxROzUlZH+WIQwySDgnISg
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.19.0/go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U=
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/term v0.13.0 h1:bb+I9cTfFazGW51MZqBVmZy7+JEJMouUHTUSKVQLBek=
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
Expand Down
3 changes: 0 additions & 3 deletions services/dashboard-backend/internal/api/projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package api
import (
"github.com/basemind-ai/monorepo/shared/go/db/models"
"github.com/basemind-ai/monorepo/shared/go/exc"
"github.com/rs/zerolog/log"
"net/http"
"time"

Expand Down Expand Up @@ -54,8 +53,6 @@ func handleRetrieveProjects(w http.ResponseWriter, r *http.Request) {
id := project.ID
credits := exc.MustResult(db.NumericToDecimal(project.Credits))

log.Debug().Str("credits", credits.String()).Msg("credits")

data[i] = dto.ProjectDTO{
ID: db.UUIDToString(&id),
Name: project.Name.String,
Expand Down

0 comments on commit 055d4d6

Please sign in to comment.