Skip to content

Commit

Permalink
Update packages/geofire/src/GeoQuery.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev committed Jul 4, 2022
1 parent 654fb00 commit 8e21d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/geofire/src/GeoQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ export class GeoQuery {
/**
* Encodes a query as a string for easier indexing and equality.
*
* @param query The query to encode.
* @param q The query to encode.
* @returns The encoded query as string.
*/
private _queryToString(q: GeohashRange): string {
Expand Down

0 comments on commit 8e21d03

Please sign in to comment.