diff --git a/commonspace/object/tree/exporter/treeexporter.go b/commonspace/object/tree/exporter/treeexporter.go index 8b70fd62..3f21ff28 100644 --- a/commonspace/object/tree/exporter/treeexporter.go +++ b/commonspace/object/tree/exporter/treeexporter.go @@ -8,7 +8,7 @@ import ( type DataConverter interface { Unmarshall(decrypted []byte) (any, error) - Convert(model any) (any, error) + Marshall(model any) ([]byte, error) } type TreeExporterParams struct {