Skip to content

Commit

Permalink
Correctly set kind on getstead
Browse files Browse the repository at this point in the history
Everything else was correctly set, neglected the one line added in this
commit

Closes: #2
Signed-Off-By: Cara Salter <[email protected]>
  • Loading branch information
Muirrum committed Mar 15, 2024
1 parent 2e2d32a commit 6268ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/handlers/hkgi.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func GetStead(c *fiber.Ctx) error {
if err != nil {
return err
}
p.Kind = kind

if xp > 10 {

Expand Down

0 comments on commit 6268ac3

Please sign in to comment.