diff --git a/packages/api/src/resolvers/labels/index.ts b/packages/api/src/resolvers/labels/index.ts index 4890a5987..47bc1d693 100644 --- a/packages/api/src/resolvers/labels/index.ts +++ b/packages/api/src/resolvers/labels/index.ts @@ -38,7 +38,7 @@ import { analytics } from '../../utils/analytics' import { authorized } from '../../utils/helpers' export const labelsResolver = authorized( - async (_obj, _params, { log, authTrx }) => { + async (_obj, _params, { authTrx, log, uid }) => { try { const labels = await authTrx(async (tx) => { return tx.withRepository(labelRepository).find({