Skip to content

Commit 858cc21

Browse files
committed
Fix comment digest emails
1 parent 2a03bd7 commit 858cc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/api/models/comment/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable camelcase */
22
import { URL } from 'url'
33
import { compact, some, sum, uniq } from 'lodash/fp'
4-
import { DateTimeHelpers } from '@hylo/shared'
4+
import { DateTimeHelpers, TextHelpers } from '@hylo/shared'
55
import { mapLocaleToSendWithUS } from '../../../lib/util'
66
import RedisClient from '../../services/RedisClient'
77
const MAX_PUSH_NOTIFICATION_LENGTH = 140

0 commit comments

Comments
 (0)