fix rebase conflicts

This commit is contained in:
Hongbo Wu 2023-09-17 21:52:46 +08:00
parent e95fa07457
commit a284884398

View file

@ -38,7 +38,7 @@ import { analytics } from '../../utils/analytics'
import { authorized } from '../../utils/helpers'
export const labelsResolver = authorized<LabelsSuccess, LabelsError>(
async (_obj, _params, { log, authTrx }) => {
async (_obj, _params, { authTrx, log, uid }) => {
try {
const labels = await authTrx(async (tx) => {
return tx.withRepository(labelRepository).find({