Closed aaqilniz closed 3 months ago
One of my PR introduced a bug in relation generation (Here is the commit). Generating a hasOne relation resulted in a duplicate import of targetModelClassName in the has-one relation template file.
targetModelClassName
This PR fixes that by removing the duplication.
npm test
packages/cli
examples/*
👉 Check out how to submit a PR 👈
One of my PR introduced a bug in relation generation (Here is the commit). Generating a hasOne relation resulted in a duplicate import of
targetModelClassName
in the has-one relation template file.This PR fixes that by removing the duplication.
Checklist
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈