Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed May 31, 2024
1 parent c7e0345 commit fee3f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/lib/models/location.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ String locationQuery(DocumentId sightingId) {
///
/// Even though we're only displaying _one_ hive location per sighting it might
/// be possible that others exist. To make sure we're cleaning up after ourselves
/// this method deletes _all known_ hive locations to that peer.
/// this method deletes _all known_ hive locations to that sighting.
Future<void> deleteAllLocations(DocumentId sightingId) async {
final result = await client
.query(QueryOptions(document: gql(locationQuery(sightingId))));
Expand Down

0 comments on commit fee3f52

Please sign in to comment.