From 0f6bc430d842a9b9c281817edaddef5156e0946e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Aug 2023 23:30:25 -0500 Subject: [PATCH] Removed public torrent from torrent-table --- client/src/app/torrent-table/torrent-table.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app/torrent-table/torrent-table.component.ts b/client/src/app/torrent-table/torrent-table.component.ts index 6c4b954..644f68b 100644 --- a/client/src/app/torrent-table/torrent-table.component.ts +++ b/client/src/app/torrent-table/torrent-table.component.ts @@ -11,7 +11,6 @@ import { FormBuilder, FormGroup, Validators } from '@angular/forms'; styleUrls: ['./torrent-table.component.scss'], }) export class TorrentTableComponent implements OnInit { - public torrent: Torrent; public torrents: Torrent[] = []; public selectedTorrents: Torrent[] = []; public error: string;