This commit is contained in:
@@ -545,7 +545,7 @@ namespace AyaNova.PlugIn.V8
|
||||
repost = true;
|
||||
}
|
||||
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;
|
||||
}
|
||||
if (repost)
|
||||
await util.PutAsync("customer/", d.ToString());
|
||||
await util.PutAsync("customer", d.ToString());
|
||||
//-----
|
||||
|
||||
//Event log fixup
|
||||
|
||||
Reference in New Issue
Block a user