Skip to content

Commit 20eeccf

Browse files
authored
Merge pull request #15 from tech-thinker/feature/refactoring
chore: nats and worker queue added
2 parents 0d9895a + ec6d1dc commit 20eeccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue/workers/PingWorker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type pingWorker struct {
2424

2525
func (w *pingWorker) Invoke(ctx context.Context, shutDownChannel chan *bool) error {
2626
var (
27-
groupError string = "ON_MESSAGE_SENT_WORKER"
27+
groupError string = "INVOKE_PING_WORKER"
2828
)
2929

3030
w.eventChannel = make(chan *queue.Message)

0 commit comments

Comments
 (0)