mirror of
https://github.com/apricote/Listory.git
synced 2026-02-06 17:57:03 +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
|
[TimePreset.CUSTOM]: 0, // Not used for this
|
||||||
};
|
};
|
||||||
|
|
||||||
const PAGINATION_LIMIT_UNLIMITED = 10000000;
|
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class ReportsService {
|
export class ReportsService {
|
||||||
constructor(private readonly listensService: ListensService) {}
|
constructor(private readonly listensService: ListensService) {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue