Shun Miyazawa 4 years ago
parent
commit
d2227fd74d
1 changed files with 1 additions and 1 deletions
  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[]
 }