Skip to content

Commit

Permalink
Update manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Nov 23, 2024
1 parent a4facb0 commit 0fe0939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/common/profile/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (

type ProfileManager struct{}

func NewManager() ProfileManager {
return ProfileManager{}
func NewManager() *ProfileManager {
return &ProfileManager{}
}

func (pm *ProfileManager) GetProfiles(gameTitle string) (map[string]ProfileManifest, error) {
Expand Down

0 comments on commit 0fe0939

Please sign in to comment.