Skip to content

Commit

Permalink
fix: remove duplicate targetModelClassName import in has-one relation…
Browse files Browse the repository at this point in the history
… template

Signed-off-by: Muhammad Aaqil <[email protected]>
  • Loading branch information
aaqilniz committed Aug 19, 2024
1 parent 30a2d56 commit 57bae5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
import {<%if (sourceModelClassName != targetModelClassName) { %>
<%= sourceModelClassName %>,<% } %>
<%= targetModelClassName %>,
<%= targetModelClassName %>,
} from '../models';
import {<%= sourceRepositoryClassName %>} from '../repositories';

Expand Down

0 comments on commit 57bae5b

Please sign in to comment.