Skip to content

Commit ddb7918

Browse files
committed
Add: job to export in multiple formats
1 parent b9d7fb7 commit ddb7918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/jobs/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func (w *ExportContentWorker) Work(ctx context.Context, job *river.Job[ExportCon
283283
Status: &enums.ExportStatusReady,
284284
}
285285

286-
_, err = w.olClient.UpdateExport(ctx, job.Args.ExportID, updateInput, []*graphql.Upload{upload}, goclient.WithImpersonationInterceptor(job.Args.UserID, job.Args.OrganizationID))
286+
_, err = w.olClient.UpdateExport(ctx, job.Args.ExportID, updateInput, []*graphql.Upload{upload})
287287
if err != nil {
288288
log.Error().Err(err).Msg("failed to update export with file")
289289
return w.updateExportStatus(ctx, job.Args.ExportID, enums.ExportStatusFailed, err)

0 commit comments

Comments
 (0)