Skip to content

Commit cccdf4b

Browse files
authored
Update WikipediaService.ts
1 parent 0bdc88f commit cccdf4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/WikipediaService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { WikiArticle, GeoPoint } from '../types';
33
import { WIKI_API_ENDPOINT } from '../constants';
44

5-
export const fetchNearbyArticles = async (coords: GeoPoint, radius: number = 5000): Promise<WikiArticle[]> => {
5+
export const fetchNearbyArticles = async (coords: GeoPoint, radius: number = 2000): Promise<WikiArticle[]> => {
66
const params = new URLSearchParams({
77
action: 'query',
88
list: 'geosearch',

0 commit comments

Comments
 (0)