Skip to content

Commit 5c1637a

Browse files
authored
Merge pull request #9 from mwildehahn/mh-fix-import-batch
Update def for import_batch
2 parents 826a4e0 + c135e26 commit 5c1637a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loro-rs/src/loro.udl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ interface LoroDoc{
177177
///
178178
/// The data can be in arbitrary order. The import result will be the same.
179179
[Throws=LoroError]
180-
void import_batch([ByRef] sequence<bytes> bytes);
180+
ImportStatus import_batch([ByRef] sequence<bytes> bytes);
181181

182182
/// Get a [LoroMovableList] by container id.
183183
///

0 commit comments

Comments
 (0)