1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Fixing issue with full list of apps not appearing in user administration, meaning couldn't update roles.

This commit is contained in:
mike12345567 2021-07-01 11:29:27 +01:00
parent 4abd23f6ff
commit ae84345d27

View file

@ -8,7 +8,7 @@ const CouchDB = require("../../../db")
exports.fetch = async ctx => {
// always use the dev apps as they'll be most up to date (true)
const apps = await getAllApps({ CouchDB, dev: true })
const apps = await getAllApps({ CouchDB, all: true })
const promises = []
for (let app of apps) {
// use dev app IDs