gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: page = 1


From: gnunet
Subject: [taler-wallet-core] branch master updated: page = 1
Date: Fri, 31 Mar 2023 19:18:47 +0200

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

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new a8d30ef0f page = 1
a8d30ef0f is described below

commit a8d30ef0f91cd7d36a30aeaad1d2df98d444692e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Mar 31 14:18:39 2023 -0300

    page = 1
---
 packages/demobank-ui/src/hooks/backend.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/demobank-ui/src/hooks/backend.ts 
b/packages/demobank-ui/src/hooks/backend.ts
index 851a3fb5b..3fe744874 100644
--- a/packages/demobank-ui/src/hooks/backend.ts
+++ b/packages/demobank-ui/src/hooks/backend.ts
@@ -244,7 +244,7 @@ export function useAuthenticatedBackend(): useBackendType {
     [baseUrl, creds],
   );
   const paginatedFetcher = useCallback(
-    function fetcherImpl<T>([endpoint, page = 0, size]: [
+    function fetcherImpl<T>([endpoint, page = 1, size]: [
       string,
       number,
       number,

-- 
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]