Don't make two API calls for activity log data
This commit is contained in:
parent
986c375052
commit
06427f8d13
4 changed files with 35 additions and 2 deletions
|
@ -88,7 +88,7 @@ export interface FractalPaginatedResponse extends FractalResponseList {
|
|||
total_pages: number;
|
||||
/* eslint-enable camelcase */
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export interface PaginatedResult<T> {
|
||||
|
|
Reference in a new issue