Skip to content

Commit

Permalink
fix: change test db name
Browse files Browse the repository at this point in the history
* fix: change test db name

Signed-off-by: Ribó <elribonazo@gmail.com>

* fix

---------

Signed-off-by: Ribó <elribonazo@gmail.com>
  • Loading branch information
elribonazo authored Sep 30, 2023
1 parent 78a47f5 commit 09b594a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export class Database implements Domain.Pluto {
routing: Domain.DID
): Promise<void> {
await this.db.mediators.insert({
id: uuidv4(),
mediatorDID: mediator.toString(),
hostDID: host.toString(),
routingDID: routing.toString(),
Expand Down

0 comments on commit 09b594a

Please sign in to comment.