From 54909304287f3c04dcfb39660be8ead57dc95440 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 May 2023 16:48:54 +0200 Subject: Remove suppressImplicitAnyIndexErrors It's deprecated by TS --- shared/models/videos/playlist/video-exist-in-playlist.model.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/models') diff --git a/shared/models/videos/playlist/video-exist-in-playlist.model.ts b/shared/models/videos/playlist/video-exist-in-playlist.model.ts index bc803a99c..6d06c0f4d 100644 --- a/shared/models/videos/playlist/video-exist-in-playlist.model.ts +++ b/shared/models/videos/playlist/video-exist-in-playlist.model.ts @@ -1,8 +1,8 @@ export type VideosExistInPlaylists = { - [videoId: number ]: VideoExistInPlaylist[] + [videoId: number]: VideoExistInPlaylist[] } export type CachedVideosExistInPlaylists = { - [videoId: number ]: CachedVideoExistInPlaylist[] + [videoId: number]: CachedVideoExistInPlaylist[] } export type CachedVideoExistInPlaylist = { -- cgit v1.2.3