Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
d2227fd74d
Modificáronse 1 ficheiros con 1 adicións e 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[]
 }