diff --git a/plugin/robbery/robbery.go b/plugin/robbery/robbery.go index 2b45e46228..020c8439ff 100644 --- a/plugin/robbery/robbery.go +++ b/plugin/robbery/robbery.go @@ -182,7 +182,6 @@ func (sql *robberyRepo) getRecord(victimID, uid int64) (ok int, err error) { return nil }) return ok, err - } func (sql *robberyRepo) insertRecord(vid int64, uid int64) error {