mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
refactor(api): remove unused constant
This commit is contained in:
parent
42737e570d
commit
427964f255
1 changed files with 0 additions and 2 deletions
|
|
@ -57,8 +57,6 @@ const timePresetToDays: { [x in TimePreset]: number } = {
|
|||
[TimePreset.CUSTOM]: 0, // Not used for this
|
||||
};
|
||||
|
||||
const PAGINATION_LIMIT_UNLIMITED = 10000000;
|
||||
|
||||
@Injectable()
|
||||
export class ReportsService {
|
||||
constructor(private readonly listensService: ListensService) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue