-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add rango quest #148
Conversation
Hey, can you give me the good answers to the quizz? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job, small code style changes
Err(e) => get_error(format!("{}", e)), | ||
}; | ||
} else { | ||
get_error("User has not completed the task".to_string()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to avoid repeating the same statement. You can try to use return
inside the last if and return get_error "user hasn ot completed the tasks" only at the end. Will be easier if we want to modify it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
closes https://github.com/orgs/starknet-id/projects/1/views/10?pane=issue&itemId=42718114