Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Sep 10, 2024
1 parent 9e312fa commit f7e1718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/builder_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ func (w Stream) Attachments() (sliceof.Object[model.Attachment], error) {
}

// AttachmentByType lists all attachments for this stream.
func (w Stream) AttachmentByCategory(category string) (sliceof.Object[model.Attachment], error) {
func (w Stream) AttachmentsByCategory(category string) (sliceof.Object[model.Attachment], error) {
return w.factory().Attachment().QueryByCategory(model.AttachmentObjectTypeStream, w._stream.StreamID, category)
}

Expand Down

0 comments on commit f7e1718

Please sign in to comment.