File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 7
7
"github.com/Southclaws/fault/fctx"
8
8
"github.com/Southclaws/fault/fmsg"
9
9
"github.com/Southclaws/fault/ftag"
10
- "go.uber.org/zap"
11
10
12
11
"github.com/Southclaws/storyden/app/resources/pagination"
13
12
"github.com/Southclaws/storyden/app/resources/post"
@@ -53,12 +52,12 @@ func (s *service) Get(
53
52
}
54
53
}
55
54
56
- recommendations , err := s .recommender .Recommend (ctx , thr )
57
- if err != nil {
58
- s .l .Warn ("failed to aggregate recommendations" , zap .Error (err ))
59
- } else {
60
- thr .Related = append (thr .Related , recommendations ... )
61
- }
55
+ // recommendations, err := s.recommender.Recommend(ctx, thr)
56
+ // if err != nil {
57
+ // s.l.Warn("failed to aggregate recommendations", zap.Error(err))
58
+ // } else {
59
+ // thr.Related = append(thr.Related, recommendations...)
60
+ // }
62
61
63
62
return thr , nil
64
63
}
You can’t perform that action at this time.
0 commit comments