fix dependency

This commit is contained in:
Sinclair Chen 2022-08-05 22:25:33 -07:00
parent 7901bc2320
commit fcf3f0de4a
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import { removeUndefinedProps } from '../../common/util/object'
import { TipTxn } from '../../common/txn'
import { Group, GROUP_CHAT_SLUG } from '../../common/group'
import { Challenge } from '../../common/challenge'
import { richTextToString } from 'common/util/parse'
import { richTextToString } from '../../common/util/parse'
const firestore = admin.firestore()
type user_to_reason_texts = {

View File

@ -17,7 +17,7 @@ import { formatNumericProbability } from '../../common/pseudo-numeric'
import { sendTemplateEmail } from './send-email'
import { getPrivateUser, getUser } from './utils'
import { getFunctionUrl } from '../../common/api'
import { richTextToString } from 'common/util/parse'
import { richTextToString } from '../../common/util/parse'
const UNSUBSCRIBE_ENDPOINT = getFunctionUrl('unsubscribe')

View File

@ -7,7 +7,7 @@ import { sendNewCommentEmail } from './emails'
import { Bet } from '../../common/bet'
import { Answer } from '../../common/answer'
import { createNotification } from './create-notification'
import { parseMentions, richTextToString } from 'common/util/parse'
import { parseMentions, richTextToString } from '../../common/util/parse'
const firestore = admin.firestore()