Skip to content

Commit

Permalink
fix: Fix scale type for CalendarData (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: shlasouski <foga@meetter.io>
  • Loading branch information
shlasouski and shlasouski authored May 3, 2020
1 parent 321f96e commit d5421e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare module 'ical-generator' {
timezone?: string;
ttl?: number;
url?: string;
calscale?: string;
scale?: string;
events?: EventData[];
}

Expand Down

0 comments on commit d5421e8

Please sign in to comment.