Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Apr 22, 2024
1 parent fd7c724 commit 3c7b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datastore/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func (ds *datastore[E]) Delete(ctx context.Context, id string) error {
return tx.Commit()
}

// Delete deletes the entities with the given ids
// DeleteAll deletes the entities with the given ids
func (ds *datastore[E]) DeleteAll(ctx context.Context, ids ...string) error {
ds.log.Debug("delete", "entities", ds.jsonField, "ids", ids)

Expand Down

0 comments on commit 3c7b9e3

Please sign in to comment.