mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-09 06:30:48 -06:00
tmp: for now, make refresh_apps_cache a noop
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user