Skip to content

Commit

Permalink
feat(core): wip: initial attribute aliasing support
Browse files Browse the repository at this point in the history
  • Loading branch information
whimzyLive committed Mar 14, 2022
1 parent 3514208 commit 2665c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/decorators/entity.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function Entity<E>({
MetadataManager.metadataStorage.addRawEntity({
name,
table,
target,
target: target as any,
primaryKey,
indexes,
});
Expand Down

0 comments on commit 2665c24

Please sign in to comment.