Skip to content

Commit 07949ce

Browse files
committed
lint fix
1 parent 9559d19 commit 07949ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/js/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export class ReactNativeClient extends Client<ReactNativeClientOptions> {
5757
// Only allow IP inferral by Relay if sendDefaultPii is true
5858
infer_ip: options.sendDefaultPii ? 'auto' : 'never',
5959
...options._metadata?.sdk?.settings,
60-
}
61-
}
60+
},
61+
},
6262
};
6363

6464
// We default this to true, as it is the safer scenario

0 commit comments

Comments
 (0)