Remove ai gen comments
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-05 17:44:02 +08:00
parent 4f0b4262ed
commit 8566334f59

View File

@@ -56,7 +56,6 @@ func (self *EventServiceImpl) ListEvents(payload *EventListPayload) (result *Eve
offset = *payload.Data.Offset
}
// 3. 转换数字
limitNum, err := strconv.Atoi(limit)
if err != nil {
exc := new(exception.Builder).