소스 검색

Use KnownChannel instead of FeedOutput

ghorsington 5 년 전
부모
커밋
3c2bc406fc
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  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;
-}