Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rleed committed Oct 18, 2023
1 parent 5c0b801 commit c6a1d93
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 @@ -16,15 +16,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 c6a1d93

Please sign in to comment.