Shun Miyazawa 4 anni fa
parent
commit
d2227fd74d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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[]
 }