From b0d1fe4e0acb0fa40c684069c0e9d77d7a65ace3 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 15:53:53 +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