Skip to content

Commit 69fb65d

Browse files
committed
chore: remove temp comment - getting these WARN logs out of the unit tests would require properly mocking out the firebase, which is messy and likely not worth investing effort into until we're on a more recent firebase version.
1 parent b9795b4 commit 69fb65d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/src/notifications/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export const getNextDigestAt = (notificationFrequency: Frequency) => {
3232
return nextDigestAt
3333
}
3434

35-
// TODO: Get the stupid Firebase WARN logs out of the unit tests
3635
export const getNotificationStartDate = (
3736
notificationFrequency: Frequency,
3837
now: Timestamp

0 commit comments

Comments
 (0)