diff options
Diffstat (limited to 'internal/importer/channel.go')
-rw-r--r-- | internal/importer/channel.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/importer/channel.go b/internal/importer/channel.go index b75839b..3c199cc 100644 --- a/internal/importer/channel.go +++ b/internal/importer/channel.go @@ -17,7 +17,7 @@ import ( type ChannelImporter struct { DataPath string - Source Source + Source *Source SourceFile string Logger *slog.Logger indexPath string |