Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rleed committed Oct 20, 2023
1 parent 76304f3 commit 193ec48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/resolvers/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,8 @@ import { advSchema, amountSchema, bountySchema, commentSchema, discussionSchema,
import { sendUserNotification } from '../webPush'
import { defaultCommentSort } from '../../lib/item'
import { notifyItemParents, notifyUserSubscribers, notifyZapped } from '../../lib/push-notifications'
import { createHmac } from './wallet'
import { settleHodlInvoice } from 'ln-service'
import { initDateRule } from '../../lib/timedate-scraper'
<<<<<<< HEAD
import { moreThanOneYearAgo } from '../../lib/time'
=======
import { datePivot } from '../../lib/time'
import { notifyItemParents, notifyUserSubscribers, notifyZapped } from '../../lib/push-notifications'
>>>>>>> 7be35e0 (address review comments)

export async function commentFilterClause (me, models) {
let clause = ` AND ("Item"."weightedVotes" - "Item"."weightedDownVotes" > -${ITEM_FILTER_THRESHOLD}`
Expand Down

0 comments on commit 193ec48

Please sign in to comment.