Skip to content

Commit

Permalink
added a response for the connect method
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah-trillionz committed Sep 26, 2022
1 parent f7e206e commit 942a573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export class JSONDB {
if (options?.indentSpace && typeof options.indentSpace === "number") {
this.dbOptions.indentSpace = options.indentSpace;
}

resolve("connected");
});
}

Expand Down

0 comments on commit 942a573

Please sign in to comment.