Skip to content

Commit b1c5679

Browse files
authored
fix test (#12521)
ref #12510
1 parent 452fa1a commit b1c5679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cdc/api/v2/unsafe.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func (h *OpenAPIV2) DeleteServiceGcSafePoint(c *gin.Context) {
114114
})
115115
if err != nil {
116116
_ = c.Error(err)
117+
return
117118
}
118119
c.JSON(http.StatusOK, &EmptyResponse{})
119120
}

0 commit comments

Comments
 (0)