Skip to content

Commit a679b55

Browse files
committed
fix: fixes feedback method name
1 parent 9b821d8 commit a679b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func newSession(c *SessionConfig, w *writer) *Session {
2424
return s
2525
}
2626

27-
func (s *Session) Feedback(f *Feedback) {
27+
func (s *Session) SetFeedback(f *Feedback) {
2828
s.commit("add-feedback", f)
2929
}
3030

0 commit comments

Comments
 (0)