Parcourir la source

Use KnownChannel instead of FeedOutput

ghorsington il y a 5 ans
Parent
commit
3c2bc406fc
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  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;
-}