From 45f7f247e0fa2459f2da5a2ab949fe49795c1eba Mon Sep 17 00:00:00 2001 From: ZhiHang Li Date: Tue, 30 Jan 2024 14:02:10 +0000 Subject: [PATCH] :sparkles: remove params make map style --- tools/showPoisOnMap.test.ts | 1 - tools/showPoisOnMap.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/showPoisOnMap.test.ts b/tools/showPoisOnMap.test.ts index c5fb56c..ba322cc 100644 --- a/tools/showPoisOnMap.test.ts +++ b/tools/showPoisOnMap.test.ts @@ -13,7 +13,6 @@ it('should successfully get a map', async () => { longitude: -74.006, } ], - mapStyle: 'streets-v12', zoom: 10, }); diff --git a/tools/showPoisOnMap.ts b/tools/showPoisOnMap.ts index 4f44129..4130d63 100644 --- a/tools/showPoisOnMap.ts +++ b/tools/showPoisOnMap.ts @@ -1,5 +1,5 @@ // clock.ts -import { Tool, ToolInterface } from './tool'; +import { Tool } from './tool'; import { z } from 'zod'; function createShowPoisOnMap({