Skip to content

Commit

Permalink
hotfix: just something I forgot in the last pr
Browse files Browse the repository at this point in the history
  • Loading branch information
azaleacolburn committed Dec 8, 2024
1 parent 48d4a1e commit 290ed44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/scout/[team_data]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import { browser } from '$app/environment';
import Postmatch from './Postmatch.svelte';
import { io } from 'socket.io-client';
import { goto } from '$app/navigation';
const { data }: { data: PageData } = $props();
Expand Down Expand Up @@ -63,7 +64,7 @@
};
socket.emit('submit_team_match', match);
console.log(match);
goto('/');
}
</script>

Expand Down

0 comments on commit 290ed44

Please sign in to comment.