DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

422c377c4ffb67a5ada43fef7894162d90163583 — Jonni Liljamo 1 year, 8 months ago a2e1f25
fix(sdbclient): fix typo in allformingcall error
1 files changed, 1 insertions(+), 1 deletions(-)

M sdbclient/src/plugins/menu/play/allformingcall.rs
M sdbclient/src/plugins/menu/play/allformingcall.rs => sdbclient/src/plugins/menu/play/allformingcall.rs +1 -1
@@ 70,7 70,7 @@ pub(super) fn handle(
            ResponseAllForming::Valid(res) => rtdmenu.all_forming_games = res,
            ResponseAllForming::Error(error) => {
                console.send(PrintConsoleLine::new(
                    format!("Fetching all forming games faield, got error: '{}'", error).into(),
                    format!("Fetching all forming games failed, got error: '{}'", error).into(),
                ));
            }
        }