Skip to content

Commit

Permalink
fix: make imageRotation optional (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcharlton authored Aug 9, 2021
1 parent 0230c11 commit 256a5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/planter.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class Planter extends Entity {

@property({
type: Number,
required: true,
required: false,
default: 0,
scale: 0,
postgresql: {
Expand Down

0 comments on commit 256a5d6

Please sign in to comment.