sourcefuse / loopback4-starter

Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
MIT License
158 stars 59 forks source link

type missing in tenant model #9

Closed samarpan-b closed 5 years ago

samarpan-b commented 5 years ago

Describe the bug type property is missing in tenant.model.ts but is there in db schema. Its a required parameter.

Expected behavior type property should be there in tenant.model.ts with string type.

Screenshots None needed.

Additional context This will cause tenant creation to fail. Raised here.