Skip to content

Commit

Permalink
fix(service): change tag cover fallback logic
Browse files Browse the repository at this point in the history
  • Loading branch information
devformatters authored and Zeck Li committed Aug 8, 2020
1 parent c50109e commit f9af64f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connectors/tagService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ export class TagService extends BaseService {
.join('article', 'article_id', 'article.id')
.where({
tagId: id,
selected: true,
state: ARTICLE_STATE.active,
})
.limit(BATCH_SIZE)
Expand Down

0 comments on commit f9af64f

Please sign in to comment.