Explorar o código

Use KnownChannel instead of FeedOutput

ghorsington %!s(int64=5) %!d(string=hai) anos
pai
achega
3c2bc406fc
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  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;
-}