Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eest committed Dec 12, 2024
1 parent 7436073 commit b025179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ func setupHumaAPI(router *chi.Mux, dbPool *pgxpool.Pool) error {
// instead and convert here.
//
// Might be possible to make this work with pgtype.UUID
// directly if it would implment
// directly if it would implement
// encoding.TextUnmarshaler as described here:
// https://github.com/danielgtaylor/huma/issues/654
var pgServiceID pgtype.UUID
Expand Down

0 comments on commit b025179

Please sign in to comment.