~edwargix/git.sr.ht

b54049b3d9c8bbbbeb264f5052656f4aba4eea0f — Adnan Maolood 2 years ago 470f102
api/graph: Fix webhook delivery name
1 files changed, 1 insertions(+), 1 deletions(-)

M api/graph/schema.resolvers.go
M api/graph/schema.resolvers.go => api/graph/schema.resolvers.go +1 -1
@@ 1317,7 1317,7 @@ func (r *userWebhookSubscriptionResolver) Deliveries(ctx context.Context, obj *m
		ReadOnly:  true,
	}, func(tx *sql.Tx) error {
		d := (&model.WebhookDelivery{}).
			WithName(`profile`).
			WithName(`user`).
			As(`delivery`)
		query := database.
			Select(ctx, d).