This commit is contained in:
2020-11-25 19:39:19 +00:00
parent ec10f44135
commit c93c2bcf56

View File

@@ -545,7 +545,7 @@ namespace AyaNova.PlugIn.V8
repost = true; repost = true;
} }
if (repost) if (repost)
await util.PutAsync("user/" + RavenId.ToString(), d.ToString()); await util.PutAsync("user", d.ToString());
//----- //-----
} }
@@ -710,7 +710,7 @@ namespace AyaNova.PlugIn.V8
repost = true; repost = true;
} }
if (repost) if (repost)
await util.PutAsync("customer/", d.ToString()); await util.PutAsync("customer", d.ToString());
//----- //-----
//Event log fixup //Event log fixup