✏️ Fix typo

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-02-06 10:12:06 +08:00
parent 5ea807a6db
commit 7aaa7c544f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ func getUpdatedPackage(c *gin.Context) {
}
}
func getBazaarPackageREAME(c *gin.Context) {
func getBazaarPackageREADME(c *gin.Context) {
ret := gulu.Ret.NewResult()
defer c.JSON(http.StatusOK, ret)