Skip to content

Commit

Permalink
add library tag (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmichuki committed Nov 26, 2021
1 parent 54694c3 commit 9023f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engagement/infrastructure/services/library/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
allowedProFeedTagFilter = "&filter=tag:feed-pro&filter=tag:welcome&filter=tag:what-is&filter=tag:getting-started"
allowedPROFAQsTagFilter = "&filter=tag:faqs-pro"
allowedConsumerFAQsTagFilter = "&filter=tag:faqs-consumer&filter=tag:how-to"
allowedLibraryTagFilter = "&filter=tag:diet&filter=tag:health-tips"
allowedLibraryTagFilter = "&filter=tag:diet&filter=tag:health-tips&filter=tag:health-insurance"
allowedAgentTagFilter = "&filter=tag:agent-faqs"
allowedEmployeeTagFilter = "&filter=tag:employee-faqs"
)
Expand Down

0 comments on commit 9023f9b

Please sign in to comment.