fix: pointer type mismatch
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/importer/channel.go → internal/importer/channel.go
@@ -17,7 +17,7 @@ ) type ChannelImporter struct { DataPath string - Source Source + Source *Source SourceFile string Logger *slog.Logger indexPath string