Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 3929e86

Browse files
committed
Waterline ORM cleanup
1 parent e8e630d commit 3929e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backends/waterline.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ Backend.prototype.getClassFromRef = function(ref) {
6262
Backend.prototype.getIdFromRef = function(ref) {
6363
return ref.split(':')[1];
6464
};
65+
66+
module.exports.Backend = Backend;

0 commit comments

Comments
 (0)