Skip to content

Commit 55ccb83

Browse files
naumoskajanadzoke
andauthored
fix: cutoff time on req should be string (#189)
Co-authored-by: zoranmiladinoski <[email protected]>
1 parent 4ca6161 commit 55ccb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gen/models/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ export interface ActivityResponse {
599599
}
600600

601601
export interface ActivitySelectorConfig {
602-
cutoff_time?: Date;
602+
cutoff_time?: string;
603603

604604
min_popularity?: number;
605605

0 commit comments

Comments
 (0)