diff options
Diffstat (limited to 'internal/processing/workers/surface.go')
-rw-r--r-- | internal/processing/workers/surface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/processing/workers/surface.go b/internal/processing/workers/surface.go index a3cf9a3e1..4012dcacc 100644 --- a/internal/processing/workers/surface.go +++ b/internal/processing/workers/surface.go @@ -33,7 +33,7 @@ import ( // - sending an email type surface struct { state *state.State - tc typeutils.TypeConverter + converter *typeutils.Converter stream *stream.Processor filter *visibility.Filter emailSender email.Sender |