From d22561d5bf77f516e10854dc62b1a72cc22a0a12 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 16 Jun 2020 12:27:42 -0400 Subject: [PATCH] load() method --- services/gunDB/contact-api/SimpleGUN.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/gunDB/contact-api/SimpleGUN.ts b/services/gunDB/contact-api/SimpleGUN.ts index 25f9e8ba..93bb36bf 100644 --- a/services/gunDB/contact-api/SimpleGUN.ts +++ b/services/gunDB/contact-api/SimpleGUN.ts @@ -47,6 +47,7 @@ export interface GUNNodeBase { once(this: GUNNode, cb?: Listener): GUNNode open(this: GUNNode, cb?: OpenListener): GUNNode + load(this: GUNNode, cb?: OpenListener): GUNNode off(): void user(): UserGUNNode