We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2332602 commit dacbbf0Copy full SHA for dacbbf0
src/backend/src/helpers.js
@@ -277,8 +277,8 @@ async function refresh_associations_cache(){
277
/** @type BaseDatabaseAccessService */
278
const db = services.get('database').get(DB_READ, 'apps');
279
280
- const log = services.get('log-service').create('refresh_apps_cache');
281
- log.tick('refresh associations cache');
+ const log = services.get('log-service').create('helpers.js');
+ log.tick('refresh file associations');
282
const associations = await db.read('SELECT * FROM app_filetype_association');
283
const lists = {};
284
for ( const association of associations ) {
0 commit comments