?
All checks were successful
Build and Test / wii-sports-club (push) Successful in 6m3s
Build and Test / sonic-transformed (push) Successful in 6m43s
Build and Test / wii-u-chat (push) Successful in 6m43s
Build and Test / puyopuyo (push) Successful in 6m45s
Build and Test / mario-tennis (push) Successful in 6m45s
Build and Test / minecraft-wiiu (push) Successful in 6m46s
Build and Test / super-mario-maker (push) Successful in 6m54s
Build and Test / fast-racing-neo (push) Successful in 6m54s
Build and Test / splatoon-testfire (push) Successful in 11m54s
Build and Test / friends (push) Successful in 13m13s
Build and Test / splatoon (push) Successful in 14m57s

This commit is contained in:
Maple Nebel 2026-07-15 00:30:46 +02:00
commit 22252c929c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#[allow(async_fn_in_trait)]
pub mod auth_handler;
use std::{env, net::SocketAddr, sync::Arc};
use std::{env, sync::Arc};
use tokio::net::TcpStream;
use nex_account::{grpc::Pid, grpc_client};