chore: merge fixes

This commit is contained in:
izzy
2026-01-21 17:02:30 +00:00
parent ffdc9012d7
commit bffbf02f3a
9 changed files with 448 additions and 275 deletions
+3
View File
@@ -163,6 +163,9 @@ String parameterToString(dynamic value) {
if (value is SourceType) {
return SourceTypeTypeTransformer().encode(value).toString();
}
if (value is StorageFolder) {
return StorageFolderTypeTransformer().encode(value).toString();
}
if (value is SyncEntityType) {
return SyncEntityTypeTypeTransformer().encode(value).toString();
}