diff --git a/FormCustom/FormCustom.cs b/FormCustom/FormCustom.cs index 7a70048..82f7554 100644 --- a/FormCustom/FormCustom.cs +++ b/FormCustom/FormCustom.cs @@ -74,7 +74,7 @@ namespace raven_integration Util.ValidateHTTPStatusCode(a,304); //and this should return the whole object - token = token--;//make the token not match + token--;//make the token not match //This should return a 200 and the whole object a = await Util.GetAsync($"FormCustom/widget?concurrencyToken={token}", await Util.GetTokenAsync("BizAdminFull")); Util.ValidateDataReturnResponseOk(a);