Skip to content

Commit 8528830

Browse files
committed
Is it case sensitive?
1 parent e1af48d commit 8528830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/platform/node/grpc_connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function createMetadata(
6565
// released with cl/428820046. Currently blocked because Emulators are now built with Java
6666
// 11 from Google3.
6767
metadata.set('Google-Cloud-Resource-Prefix', databasePath);
68-
metadata.set('X-Goog-Request-Params', databasePath);
68+
metadata.set('x-goog-request-params', databasePath);
6969
return metadata;
7070
}
7171

0 commit comments

Comments
 (0)