Skip to content

Commit

Permalink
adjust skip amount (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxenes1 authored Dec 12, 2022
1 parent 07a5c1d commit 727fbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuvue_project/workspace/views/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def post(self, request, *args, **kwargs):
client.patch_task(
task_df["_id"],
duration=duration,
priority=task_df["priority"] - 1,
priority=task_df["priority"] - 100,
status="pending",
metadata=metadata,
ng_state=ng_state,
Expand Down

0 comments on commit 727fbbf

Please sign in to comment.