Skip to content

Commit 2e5afd0

Browse files
committed
cleanup
1 parent 9f500e3 commit 2e5afd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/src/notifications/emailTypes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type NotificationEmailDigest = {
2424
notificationFrequency: Frequency
2525
startDate: Date
2626
endDate: Date
27-
bills: BillDigest[]
27+
bills: BillDigest[] // cap of 4
2828
numBillsWithNewTestimony: number
2929
users: UserDigest[] // cap of 4
3030
numUsersWithNewTestimony: number

0 commit comments

Comments
 (0)