Skip to content

Commit

Permalink
fix: rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
chintansakhiya committed Jan 19, 2024
1 parent 23e1012 commit ddcc13a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (w AddUser) Handle(data []byte) {
}

func Process(msg *message.Message) error {
// GobRegister()
GobRegister()
buf := bytes.NewBuffer(msg.Payload)
dec := gob.NewDecoder(buf)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ddcc13a

Please sign in to comment.