remove var declare

This commit is contained in:
Frede Hundewadt 2022-12-14 17:55:53 +01:00
parent 94f67d4d36
commit 7afd67378c
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ public partial class CrmCompanyInvoiceListPage : IDisposable
{
await Task.Delay(1000);
}
var ts = await HistoryRepo.ErpInvoiceToCrmRpc(CompanyId, Company.HistorySync);
ts = await HistoryRepo.ErpInvoiceToCrmRpc(CompanyId, Company.HistorySync);
while (string.IsNullOrWhiteSpace(ts))
{
await Task.Delay(1000);

View file

@ -1,7 +1,7 @@
{
"appInfo": {
"name": "Wonky Client",
"version": "0.85.4",
"version": "0.85.5",
"rc": true,
"sandBox": false,
"image": "grumpy-coder.png"