Skip to content

Commit

Permalink
im a fucking idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
DownloadableFox committed Aug 4, 2024
1 parent 4f3b1fd commit 9ad53b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/debug/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type PostgresFeatureService struct {
registeredFeatures map[*core.Identifier]Feature
}

func NewPostgresFeatureService(pool *pgxpool.Pool) *PostgresFeatureService {
func NewPostgresFeatureService(pool *pgxpool.Pool) FeatureService {
return &PostgresFeatureService{
pool: pool,
registeredFeatures: make(map[*core.Identifier]Feature),
Expand Down

0 comments on commit 9ad53b6

Please sign in to comment.