Skip to content

Commit 884113e

Browse files
author
Enes SAHIN
committed
Add missing get() in find() method
1 parent 93e9e9b commit 884113e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ class Database {
718718
if(id) {
719719
this.findId = id;
720720
}
721-
return this;
721+
return this.get();
722722
}
723723

724724
/**

0 commit comments

Comments
 (0)