Skip to content

Commit 8e99dff

Browse files
committed
fix(typing):
- forgot to change sendOLEDPicture signature
1 parent d4f4515 commit 8e99dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lovebox-client/src/LoveBoxClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export class LoveBoxClient {
198198
boxId,
199199
senderDeviceId
200200
}: {
201-
bytes: Buffer;
201+
bytes: Array<number>;
202202
boxId?: string;
203203
senderDeviceId?: string;
204204
}): Promise<(typeof sendMessageV1.__response)['sendMessageV1']> {

0 commit comments

Comments
 (0)