mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00: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