feat(ui): use system logger for runGraph

This commit is contained in:
psychedelicious
2025-06-29 12:39:05 +10:00
parent c0467b82ac
commit 46c92fadff

View File

@@ -14,7 +14,7 @@ import type { JsonObject } from 'type-fest';
import { enqueueMutationFixedCacheKeyOptions, queueApi } from './endpoints/queue';
import type { EnqueueBatchArg } from './types';
const log = logger('queue');
const log = logger('system');
type Deferred<T> = {
promise: Promise<T>;