Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy0411 authored Nov 9, 2024
1 parent 2807d39 commit 928d366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niu/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func RedeemNiuNiu(gid, uid int64, lastLength float64) error {
return db.setWordNiuNiu(gid, niu)
}

func 牛牛商店(gid, uid int64, n int) error {
func Store(gid, uid int64, n int) error {
info, err := db.getWordNiuNiu(gid, uid)
if err != nil {
return err
Expand Down

0 comments on commit 928d366

Please sign in to comment.