Shun Miyazawa před 4 roky
rodič
revize
d2227fd74d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/app/src/stores/activity.ts

+ 1 - 1
packages/app/src/stores/activity.ts

@@ -7,7 +7,7 @@ import { PaginateResult } from '../interfaces/mongoose-utils';
 
 
 type ISearchFilter = {
-  date: {startDate: string | null, endDate: string | null}
+  date?: {startDate: string | null, endDate: string | null}
   action?: SupportedActionType[]
 }