-
Notifications
You must be signed in to change notification settings - Fork 7
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
Swap backend #448
base: main
Are you sure you want to change the base?
Swap backend #448
Conversation
Could we add details into the issue what is this trying to fix? |
Umm this is the swap backend implementation im just writing the tests and its trail and error because i cant locally run the tests... I'll add the meramaids for better understanding |
@@ -3,7 +3,7 @@ use ic_cdk_macros::query; | |||
use shared_utils::canister_specific::individual_user_template::types::profile::UserProfileDetailsForFrontendV2; | |||
|
|||
#[query] | |||
fn get_profile_details_v2() -> UserProfileDetailsForFrontendV2 { | |||
pub fn get_profile_details_v2() -> UserProfileDetailsForFrontendV2 { |
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.
why is this necessary?
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.
I think to do the guard i need it to be public na?
closes #447