Remove await call
This commit is contained in:
parent
f3c000a5d3
commit
15c3a56a33
1 changed files with 1 additions and 1 deletions
|
|
@ -2041,7 +2041,7 @@ You will then need to logout and log back in to the computer for the changes to
|
|||
|
||||
ActivePrintTask.Commit();
|
||||
|
||||
await Task.Run(() => this.SyncProgressToDB(printingCancellation.Token)).ConfigureAwait(false);
|
||||
Task.Run(() => this.SyncProgressToDB(printingCancellation.Token));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue