linting
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
Seth 2025-05-18 18:49:32 -04:00
parent 3bc40382d6
commit 7299b78dc5
3 changed files with 224 additions and 225 deletions

View file

@ -2,7 +2,6 @@ import { highlightElement } from "@speed-highlight/core";
import { createRef } from "tsx-dom"; import { createRef } from "tsx-dom";
import socket from "../../utilities/socket"; import socket from "../../utilities/socket";
const activityTypes: Record<number, string> = { const activityTypes: Record<number, string> = {
0: "Playing", 0: "Playing",
1: "Streaming", 1: "Streaming",