Skip to content

Commit

Permalink
Removing temp code for repro
Browse files Browse the repository at this point in the history
  • Loading branch information
slyons committed Dec 29, 2023
1 parent 843f9de commit 30c51eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ pub fn App() -> impl IntoView {
provide_context(authorized_api);

// -- actions -- //
let fetch_user_info = create_resource(|| authorized_api.get(), |api| {
/*let fetch_user_info = create_resource(|| authorized_api.get(), |api| {
});
});*/

let fetch_user_info = create_action(move |_| async move {
/*match authorized_api.get() {
Expand Down

0 comments on commit 30c51eb

Please sign in to comment.