Don't make two API calls for activity log data

This commit is contained in:
DaneEveritt 2022-06-11 14:52:33 -04:00
parent 986c375052
commit 06427f8d13
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 35 additions and 2 deletions

View file

@ -88,7 +88,7 @@ export interface FractalPaginatedResponse extends FractalResponseList {
total_pages: number;
/* eslint-enable camelcase */
};
}
};
}
export interface PaginatedResult<T> {