瀏覽代碼

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;
-}