gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 03/04: idb-bridge: fix types


From: gnunet
Subject: [taler-wallet-core] 03/04: idb-bridge: fix types
Date: Wed, 05 Jan 2022 17:29:02 +0100

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

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

commit 6abb65c70bfd1289f3824d4f37346cee7c139417
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 5 17:07:43 2022 +0100

    idb-bridge: fix types
---
 packages/idb-bridge/src/idbtypes.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/idb-bridge/src/idbtypes.ts 
b/packages/idb-bridge/src/idbtypes.ts
index 5fc58e88..a7878c38 100644
--- a/packages/idb-bridge/src/idbtypes.ts
+++ b/packages/idb-bridge/src/idbtypes.ts
@@ -267,7 +267,7 @@ export interface IDBCursor {
   /**
    * Returns the IDBObjectStore or IDBIndex the cursor was opened from.
    */
-  readonly source: IDBObjectStore | IDBIndex | IDBCursor;
+  readonly source: IDBObjectStore | IDBIndex;
   /**
    * Advances the cursor through the next count records in range.
    */

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