feat: upgrade frontend

This commit is contained in:
naiba
2024-12-25 21:02:54 +08:00
parent 7d15838548
commit 87e01a532e
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func batchDeleteBlockedAddress(c *gin.Context) (any, error) {
return nil, err
}
if err := model.BatchClearIP(singleton.DB, utils.Unique(list)); err != nil {
if err := model.BatchUnblockIP(singleton.DB, utils.Unique(list)); err != nil {
return nil, newGormError("%v", err)
}