Skip to content

Commit bd23bc0

Browse files
committed
feat: Expose getDevices function in dbapi module
Signed-off-by: matanbaruch <matan.baruch@unity3d.com>
1 parent 145db2e commit bd23bc0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/db/api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,4 +1661,6 @@ dbapi.loadAccessToken = function(id) {
16611661
return db.run(r.table('accessTokens').get(id))
16621662
}
16631663

1664+
dbapi.getDevices = getDevices
1665+
16641666
module.exports = dbapi

0 commit comments

Comments
 (0)