diff --git a/src/entity/platform.entity.ts b/src/entity/platform.entity.ts index 2e4b7e71..05921490 100644 --- a/src/entity/platform.entity.ts +++ b/src/entity/platform.entity.ts @@ -50,7 +50,6 @@ class Platform { this.landing_page_url = landing_page_url; this.email_templates = email_templates; this.title = title; - this.category = category; } }