[ARVADOS-WORKBENCH2] updated: 1.4.1-162-ga908c393

Git user git at public.arvados.org
Wed Dec 11 17:11:59 UTC 2019


Summary of changes:
 src/services/link-account-service/link-account-service.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  a908c3937a569b0c922585e7d8b5693759a5128e (commit)
      from  75ba9a3ad91766f21d7edf9f7bfc05226b2c0144 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit a908c3937a569b0c922585e7d8b5693759a5128e
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Wed Dec 11 14:11:11 2019 -0300

    15921: Fixes the link account service call.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/src/services/link-account-service/link-account-service.ts b/src/services/link-account-service/link-account-service.ts
index 42fae365..b7298a85 100644
--- a/src/services/link-account-service/link-account-service.ts
+++ b/src/services/link-account-service/link-account-service.ts
@@ -49,9 +49,9 @@ export class LinkAccountService {
             redirect_to_new_user: true
         };
         return CommonService.defaultResponse(
-            this.serverApi.post('/users/merge/', params),
+            this.serverApi.post('/users/merge', params),
             this.actions,
             false
         );
     }
-}
\ No newline at end of file
+}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list