Skip to content

Commit 06285b0

Browse files
committed
Fix the shape of the apiVersion payload
1 parent d2111b8 commit 06285b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const RecoilFlipperClient = () => {
1818
console.debug('Flipper: connected');
1919
setConnectionReference(connection);
2020

21-
connection.send('apiVersion', API_VERSION);
21+
connection.send('apiVersion', { apiVersion: API_VERSION });
2222
},
2323
onDisconnect() {
2424
console.debug('Flipper: disconnected');

0 commit comments

Comments
 (0)