Skip to content

Commit b9585ae

Browse files
committed
[hygiene] Automerge types
1 parent 2cdb33b commit b9585ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/common/automerge-adaptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AutomergeTestNetworkAdapter extends NetworkAdapter {
5656
} else {
5757
this.emit('message', {
5858
...message,
59-
data: new Uint8Array(message.data as ArrayBufferLike),
59+
data: new Uint8Array(message.data as any),
6060
});
6161
}
6262
break;

0 commit comments

Comments
 (0)