File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ function parseTagResponse(
166
166
)
167
167
) {
168
168
if ( qtd . NeedDonations < tags . NeedDonations ) {
169
+ qtd . NeedDonations ++ ;
169
170
tagged = true ;
170
171
supplyTags . push ( 'NeedDonations' ) ;
171
172
}
@@ -175,6 +176,7 @@ function parseTagResponse(
175
176
voluntaryIds . includes ( shelterSupply . supply . supplyCategoryId )
176
177
) {
177
178
if ( qtd . NeedVolunteers < tags . NeedVolunteers ) {
179
+ qtd . NeedVolunteers ++ ;
178
180
tagged = true ;
179
181
supplyTags . push ( 'NeedVolunteers' ) ;
180
182
}
@@ -184,6 +186,7 @@ function parseTagResponse(
184
186
[ SupplyPriority . Remaining ] . includes ( shelterSupply . priority )
185
187
) {
186
188
if ( qtd . RemainingSupplies < tags . RemainingSupplies ) {
189
+ qtd . RemainingSupplies ++ ;
187
190
tagged = true ;
188
191
supplyTags . push ( 'RemainingSupplies' ) ;
189
192
}
You can’t perform that action at this time.
0 commit comments