Skip to content

Commit

Permalink
fix jsonDeserializer typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zjom committed Oct 23, 2024
1 parent ab93d26 commit 9694523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type processor struct {
func NewProcessor() *processor {
return &processor{
repository: repository.NewMemoryStorage(),
deserializer: deserializer.NewJsonDeserialize(),
deserializer: deserializer.NewJsonDeserializer(),
}
}

Expand Down

0 comments on commit 9694523

Please sign in to comment.