mirror of
https://github.com/minio/minio.git
synced 2025-03-06 00:30:09 -05:00
fix: typo in queuestore.go
This commit is contained in:
parent
437dd4e32a
commit
b8544266e5
@ -156,7 +156,7 @@ func (store *QueueStore[I]) multiWrite(key Key, items []I) (err error) {
|
||||
|
||||
// write - writes an item to the directory.
|
||||
func (store *QueueStore[I]) write(key Key, item I) error {
|
||||
// Marshalls the item.
|
||||
// Marshals the item.
|
||||
eventData, err := json.Marshal(item)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user