What http://localhost:3000/api/apps/ae2da1f5-a9c4-4305-84bc-80da683fbc36 has been soft deleted and should not be returned But returns
{ |
id: "ae2da1f5-a9c4-4305-84bc-80da683fbc36", |
appId: "com.test.app1", |
appName: "App One", |
deployedVersions: [ |
{ |
id: "def3c38b-5765-4041-a8e1-b2b60d58bece", |
version: "1", |
appId: "com.test.app1", |
disabled: false, |
numOfCurrentInstalls: 10000, |
numOfAppLaunches: 2 |
} |
] |
}
|
Fix will be a quick change to the sql statement add the following https://github.com/aerogear/mobile-security-service/blob/7637c042dd274597ef244beb88ea7028214a99d6/pkg/web/apps/apps_psql_repository.go#L31 |