tmp: for now, make refresh_apps_cache a noop

This commit is contained in:
KernelDeimos
2025-09-15 02:47:11 -04:00
parent f98c78504b
commit 509f1add4e

View File

@@ -221,6 +221,7 @@ function invalidate_cached_user_by_id (id) {
* @returns {Promise}
*/
async function refresh_apps_cache(options, override){
return;
/** @type BaseDatabaseAccessService */
const db = services.get('database').get(DB_READ, 'apps');
const svc_event = services.get('event');