Shun Miyazawa hace 4 años
padre
commit
d2227fd74d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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[]
 }