Skip to content

Commit

Permalink
Beta436 (#436)
Browse files Browse the repository at this point in the history
* beta430

* beta431

* beta432

* beta433

* beta434

* bet435

* beta436
  • Loading branch information
Hoshinonyaruko committed Jun 23, 2024
1 parent 2f1950c commit 0c7dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/get_avatar.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type GetAvatarResponse struct {
}

func init() {
callapi.RegisterHandler("get_avatar", GetStatus)
callapi.RegisterHandler("get_avatar", GetAvatar)
}

func GetAvatar(client callapi.Client, api openapi.OpenAPI, apiv2 openapi.OpenAPI, message callapi.ActionMessage) (string, error) {
Expand Down

0 comments on commit 0c7dca9

Please sign in to comment.