Skip to content

Commit

Permalink
Remove force_async call
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 12, 2024
1 parent b14c061 commit d964a0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/InvenTree/plugin/base/locate/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def post(self, request, *args, **kwargs):
plugin,
'locate_stock_item',
item_pk,
force_async=True,
group='plugin',
)

Expand All @@ -83,7 +82,6 @@ def post(self, request, *args, **kwargs):
plugin,
'locate_stock_location',
location_pk,
force_async=True,
group='plugin',
)

Expand Down

0 comments on commit d964a0a

Please sign in to comment.