feat: Add connection

This commit is contained in:
sujit
2024-10-22 10:08:18 +05:45
parent c2013827c6
commit a84ff6d831
2 changed files with 20 additions and 13 deletions

View File

@@ -94,7 +94,6 @@ type StoreData struct {
}
func (e *StoreData) ProcessTask(ctx context.Context, task *mq.Task) mq.Result {
panic("panic on store")
return mq.Result{Payload: task.Payload, Ctx: ctx}
}