Skip to content

Commit

Permalink
chore(json): merge config - as its not usable
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <git@dw1.io>
  • Loading branch information
dwisiswant0 committed Feb 7, 2025
1 parent 3f81364 commit be97ce6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions pkg/utils/json/config.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/utils/json/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ type Encoder = sonic.Encoder
type Decoder = sonic.Decoder

// SetConfig sets the configuration for the JSON package.
func SetConfig(config *Config) {
func SetConfig(config *sonic.Config) {
api = config.Froze()
}

0 comments on commit be97ce6

Please sign in to comment.