Przeglądaj źródła

Use KnownChannel instead of FeedOutput

ghorsington 5 lat temu
rodzic
commit
3c2bc406fc
1 zmienionych plików z 0 dodań i 8 usunięć
  1. 0 8
      src/entity/FeedOutput.ts

+ 0 - 8
src/entity/FeedOutput.ts

@@ -1,8 +0,0 @@
-import {Entity, PrimaryColumn} from "typeorm";
-
-@Entity()
-export class FeedOutput {
-
-    @PrimaryColumn()
-    channelId: string;
-}