gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 138/459: we actually dont need the retry


From: gnunet
Subject: [reclaim-ui] 138/459: we actually dont need the retry
Date: Fri, 11 Jun 2021 23:23:50 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 2ec09acea804db0f88aff8d71d45fa7bf9fd207b
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jul 16 17:38:01 2019 +0200

    we actually dont need the retry
---
 src/app/gns.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/gns.service.ts b/src/app/gns.service.ts
index 537b2eb..02ce57d 100644
--- a/src/app/gns.service.ts
+++ b/src/app/gns.service.ts
@@ -12,6 +12,6 @@ export class GnsService {
 
   getClientName(client_id) {
     return this.http.get<any>(this.config.get().apiUrl
-      + '/gns/' + client_id + 
'?record_type=RECLAIM_OIDC_CLIENT').pipe(retry(1));
+      + '/gns/' + client_id + '?record_type=RECLAIM_OIDC_CLIENT');
   }
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]