Skip to content

Commit 195611d

Browse files
committed
Another TS fix. Sigh
1 parent 644b065 commit 195611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ declare module '@hebcal/learning' {
107107
/**
108108
* Looks up Chofetz Chaim Calendar for date
109109
*/
110-
export function chofetzChaim(hdate: HDate);
110+
export function chofetzChaim(hdate: HDate): any;
111111

112112
export class ChofetzChaimEvent extends Event {
113113
constructor(date: HDate, reading: any);

0 commit comments

Comments
 (0)