From c93c2bcf560c43c4d5aeee6fed68fff80945220c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 25 Nov 2020 19:39:19 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index b1143a5..68f36dd 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -538,14 +538,14 @@ namespace AyaNova.PlugIn.V8 if (!string.IsNullOrEmpty(NonFileUrls)) { //need to repost the user with the notes modified - + d.login = null; d.password = null; d.notes = NonFileUrls + "\n-----------------\n" + d.notes; 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