mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-12 00:53:41 +08:00
修改docker-compose.yml
This commit is contained in:
@@ -99,6 +99,7 @@ func BatchDeleteChannels(ids []int) error {
|
||||
if err != nil {
|
||||
// 回滚事务
|
||||
tx.Rollback()
|
||||
return err
|
||||
}
|
||||
// 提交事务
|
||||
tx.Commit()
|
||||
|
||||
Reference in New Issue
Block a user