File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ export class ShelterSupplyService {
80
80
} ,
81
81
select : {
82
82
priority : true ,
83
+ quantity : true ,
83
84
supply : {
84
85
select : {
85
86
id : true ,
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export class ShelterService {
72
72
shelterSupplies : {
73
73
select : {
74
74
priority : true ,
75
+ quantity : true ,
75
76
supply : {
76
77
select : {
77
78
id : true ,
@@ -121,6 +122,7 @@ export class ShelterService {
121
122
shelterSupplies : {
122
123
select : {
123
124
priority : true ,
125
+ quantity : true ,
124
126
supply : {
125
127
select : {
126
128
id : true ,
@@ -195,6 +197,7 @@ export class ShelterService {
195
197
shelterSupplies : {
196
198
select : {
197
199
priority : true ,
200
+ quantity : true ,
198
201
supply : {
199
202
select : {
200
203
id : true ,
You can’t perform that action at this time.
0 commit comments