Jiang Zhenhua
Results
1
comments of
Jiang Zhenhua
在 GPT 的帮助下,修改文件 `src/modules/following/api.ts`: ```diff diff --git a/src/modules/following/api.ts b/src/modules/following/api.ts index 1e3184a..a7142a8 100644 --- a/src/modules/following/api.ts +++ b/src/modules/following/api.ts @@ -31,12 +31,15 @@ export const FollowingInterceptor: Interceptor = (req, res) => { }...