]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/main.ts
Fix deleting not found remote actors
[github/Chocobozzz/PeerTube.git] / client / src / main.ts
index f456e89c5d799e6097ae1a78a5b11468bb24a6ed..dee962180896dbf66229d4a7ddab430ca6666345 100644 (file)
@@ -8,7 +8,7 @@ import { hmrBootstrap } from './hmr'
 import { getDevLocale, isOnDevLocale } from '@app/shared/i18n/i18n-utils'
 import { buildFileLocale } from '../../shared'
 
-let providers = []
+let providers: any[] = []
 if (environment.production) {
   enableProdMode()
 }