From 09b594a2083e0ec6a757a483cb38d6be5bd03e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Rib=C3=B3?= Date: Sun, 1 Oct 2023 01:17:41 +0200 Subject: [PATCH] fix: change test db name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: change test db name Signed-off-by: Ribó * fix --------- Signed-off-by: Ribó --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 05c39678..19c8de1f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -211,6 +211,7 @@ export class Database implements Domain.Pluto { routing: Domain.DID ): Promise { await this.db.mediators.insert({ + id: uuidv4(), mediatorDID: mediator.toString(), hostDID: host.toString(), routingDID: routing.toString(),