Skip to content

Commit c976986

Browse files
authored
Merge pull request #14 from kolohelios/dev
pre-alpha: Fix the shape of the apiVersion payload
2 parents 23879f3 + 06285b0 commit c976986

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)