Skip to content

Commit

Permalink
fix: correct lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 7, 2024
1 parent ca1f6a7 commit 1cdbbcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/profiler/config.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package profiler

type Config struct {
Enabled bool
URL string
Enabled bool `json:"enabled,omitempty" koanf:"enabled"`
URL string `json:"url,omitempty" koanf:"url"`
}

0 comments on commit 1cdbbcc

Please sign in to comment.