Skip to content

Commit

Permalink
Update service.go (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko committed Jun 29, 2024
1 parent 41fb637 commit 4a2f53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idmap/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func CleanBucket(bucketName string) {
}

// 检查值id的长度
id := string(v)
id := string(k)
if len(id) != 32 {
if err := c.Delete(); err != nil {
return err
Expand Down

0 comments on commit 4a2f53c

Please sign in to comment.