senter-apps-service
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -47,3 +47,3 @@ const MongoRepository = require('senter-mongo-repository'); | ||
async getUserAppsDocument(userId) { | ||
const apps = await this._appRepository.getById(userId); | ||
const apps = await this._appRepository.getById(userId, userId); | ||
@@ -50,0 +50,0 @@ if (!apps) |
{ | ||
"name": "senter-apps-service", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Keep track of active integration apps", | ||
@@ -5,0 +5,0 @@ "main": "appsService.js", |
2279