Skip to content

Commit 19afe7b

Browse files
committed
Pretty
1 parent ca5694e commit 19afe7b

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
@@ -86,7 +86,7 @@ export abstract class RestConnection implements Connection {
8686
logDebug(LOG_TAG, `Sending RPC '${rpcName}' ${streamId}:`, url, req);
8787

8888
const headers = {
89-
"x-goog-request-params": `project_id=${this.databaseId.projectId}&database_id=${this.databaseId.database}`
89+
'x-goog-request-params': `project_id=${this.databaseId.projectId}&database_id=${this.databaseId.database}`
9090
};
9191
this.modifyHeadersForRequest(headers, authToken, appCheckToken);
9292

0 commit comments

Comments
 (0)