Skip to content

Commit

Permalink
✨ remove params make map style
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jan 30, 2024
1 parent 060dc01 commit 45f7f24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/showPoisOnMap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ it('should successfully get a map', async () => {
longitude: -74.006,
}
],
mapStyle: 'streets-v12',
zoom: 10,
});

Expand Down
2 changes: 1 addition & 1 deletion tools/showPoisOnMap.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clock.ts
import { Tool, ToolInterface } from './tool';
import { Tool } from './tool';
import { z } from 'zod';

function createShowPoisOnMap({
Expand Down

0 comments on commit 45f7f24

Please sign in to comment.