mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix rebase conflicts
This commit is contained in:
parent
e95fa07457
commit
a284884398
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue