Skip to content

Commit

Permalink
👨‍💻CODE BY 🕊️★⃝AJAY O S©️🧚‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajayos committed Apr 29, 2023
1 parent 67f83d1 commit 5d3c8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function DB() {
await deleteDB('users', 'ajay');
const deleted = await getDB('users', 'keerthana');
const deleted = await getDB('users', 'ajay');
console.log(deleted); // undefined
}
DB();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ajayos/nodedb",
"version": "1.0.0",
"version": "1.0.1",
"description": "Database for nodejs",
"main": "index.js",
"ts": "index.ts",
Expand Down

0 comments on commit 5d3c8e5

Please sign in to comment.