Skip to content

Commit

Permalink
Merge pull request #3 from 2gis/bump-mapgl
Browse files Browse the repository at this point in the history
Bump mapgl
  • Loading branch information
dnischeta authored Jun 13, 2024
2 parents 2ef86c6 + 48f2467 commit d80297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/app/context/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MapProvider: FC<{ children: ReactNode }> = ({ children }) => {
);

const ensureApi = async () => {
const api = await loadMapApi('https://mapgl.2gis.com/api/js/v0.0.333');
const api = await loadMapApi('https://mapgl.2gis.com/api/js/v0.0.335');
setApi(api);
return api;
};
Expand Down

0 comments on commit d80297a

Please sign in to comment.