From baef28d8e65bced2a682ce68134c9eab0d2d8394 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 25 八月 2023 14:06:13 +0800 Subject: [PATCH] fix --- api/v1/city.go | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/api/v1/city.go b/api/v1/city.go index 2c7eeab..c7ef526 100644 --- a/api/v1/city.go +++ b/api/v1/city.go @@ -90,11 +90,6 @@ return } - err := userService.SyncUserInfo() - if err != nil { - return - } - ctx.OkWithDetailed(response.CityResponse{ List: cities, }) -- Gitblit v1.8.0