Skip to content

Commit

Permalink
mass confirm fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Jul 22, 2024
1 parent 60fc6bf commit efbfdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/need/need.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export class NeedController {
config().dataCache.fetchPanelAuthentication(panelFlaskUserId).token;
try {
if (body) {
for (const needId of body.needIds) {
for await (const needId of body.needIds) {
if (Number(needId) > 0) {
const configs = {
headers: {
Expand Down

0 comments on commit efbfdd7

Please sign in to comment.