add error. linting

This commit is contained in:
Blake Joynes
2024-01-15 11:59:48 -05:00
parent 6a68e9973b
commit 1146ca8ad2
14 changed files with 135 additions and 40 deletions

View File

@@ -1,4 +1,9 @@
import { TrendingMediaType, TimeWindow, TrendingResults, LanguageOption } from '../types';
import {
TrendingMediaType,
TimeWindow,
TrendingResults,
LanguageOption,
} from '../types';
import { BaseEndpoint } from './base';
export class TrendingEndpoint extends BaseEndpoint {