Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzalevski committed Apr 12, 2021
1 parent bf4e9cc commit 7e49b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sgtm/page_profile.go
Expand Up @@ -46,7 +46,7 @@ func (svc *Service) profilePage(box *packr.Box) func(w http.ResponseWriter, r *h

// tracks
{
data.Profile.LastTracks, err = svc.storage.GetPostListByUserID(data.Profile.User.ID,100)
data.Profile.LastTracks, err = svc.storage.GetPostListByUserID(data.Profile.User.ID, 100)
if err != nil {
data.Error = "Cannot fetch last tracks: " + err.Error()
}
Expand Down

0 comments on commit 7e49b60

Please sign in to comment.