Skip to content

Commit

Permalink
rm panic
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Feb 12, 2025
1 parent 76e4e23 commit 94a449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/gnoland/users/v1/preregister.gno
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func init() {
// add pre-registered users
for _, res := range preRegisteredUsers {
if err := users.RegisterUser(res.Name, res.Address); err != nil {
panic(err)
continue
}
}
}

0 comments on commit 94a449b

Please sign in to comment.