Skip to content

Fix unneeded dependency and run prettier

matt00 requested to merge er-diagram into develop

Removed an assert statement in entity.ts. This relies on a dependency that isn't installed when compiled, and this caused issues when used with the standalone web app.

Merge request reports