Skip to content

Commit 646df6c

Browse files
committed
fix lint
1 parent 86a70f9 commit 646df6c

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
@@ -42,7 +42,7 @@ const RPC_URL_VERSION = 'v1';
4242

4343
// SDK_VERSION is updated to different value at runtime depending on the entry point,
4444
// so we need to get its value when we need it in a function.
45-
function getGoogApiClientValue() {
45+
function getGoogApiClientValue(): string {
4646
return 'gl-js/ fire/' + SDK_VERSION;
4747
}
4848
/**

0 commit comments

Comments
 (0)