Skip to content

Commit ea10075

Browse files
Update templates/react-native/src/client.ts.twig
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
1 parent d679f9c commit ea10075

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/react-native/src/client.ts.twig

-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ class Client {
348348
async call(method: string, url: URL, headers: Headers = {}, params: Payload = {}): Promise<any> {
349349
method = method.toUpperCase();
350350

351-
352351
headers = Object.assign({}, this.headers, headers);
353352
headers.Origin = `{{ spec.title | caseLower }}-${Platform.OS}://${this.config.platform}`
354353

0 commit comments

Comments
 (0)