Skip to content

Commit d90ddd7

Browse files
Remove extraneous tab char in Firestore SDK (#3728)
* Firestore Externs: @type -> @typedef * Add @OverRide to Recaptcha Verify method in Auth Externs * Add proper closure `@license` annotation to generated internal rollup boilerplate * Google LLC + SPDX License ID * Fix tab char in Firestore SDK
1 parent ba010ef commit d90ddd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/remote/rest_connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export abstract class RestConnection implements Connection {
122122
// Content-Type: text/plain will avoid preflight requests which might
123123
// mess with CORS and redirects by proxies. If we add custom headers
124124
// we will need to change this code to potentially use the $httpOverwrite
125-
// parameter supported by ESF to avoid triggering preflight requests.
125+
// parameter supported by ESF to avoid triggering preflight requests.
126126
headers['Content-Type'] = 'text/plain';
127127

128128
if (token) {

0 commit comments

Comments
 (0)