]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/feeds/syndication.model.ts
Remove unnecessary function
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / feeds / syndication.model.ts
index 2466ae7c6fe5a2da9eab3a8d8fce7f37179349af..cd6fbdb487a5b989549ae5174d732d9ac0d29553 100644 (file)
@@ -1,7 +1,7 @@
 import { FeedFormat } from '@shared/models'
 
 export interface Syndication {
-  format: FeedFormat,
-  label: string,
+  format: FeedFormat
+  label: string
   url: string
 }