-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregated optimization changes #2744
Changes from 21 commits
4034445
16cfc07
469a02b
10c0798
4824d86
5eb6391
0750065
dc463ba
4486cd2
949dc54
85821b7
c376eef
661c2e9
eaca1c9
11e3904
d1494bd
c92bf6d
b54f0f0
7af0d4a
5f836b9
0dfb4f6
8a15a26
d6c50d5
a444894
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ export abstract class OrderableAsset extends VendureEntity implements Orderable | |
assetId: ID; | ||
|
||
@Index() | ||
@ManyToOne(type => Asset, { eager: true, onDelete: 'CASCADE' }) | ||
@ManyToOne(type => Asset, { eager: true, onDelete: 'CASCADE' }) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. extra space There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok, I will fix it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
done |
||
asset: Asset; | ||
|
||
@Column() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this (and the
InjectDataSource
above) really be deep imports?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I will fix it. this is from my IDE, I didn't noticed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done