chore: biome checks

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-12-05 00:17:31 -08:00
parent c97887a63d
commit 481ec5533b

View file

@ -48,7 +48,7 @@ export function useApiKey(): UseApiKeyReturn {
textArea.select(); textArea.select();
try { try {
const successful = document.execCommand('copy'); const successful = document.execCommand("copy");
document.body.removeChild(textArea); document.body.removeChild(textArea);
if (successful) { if (successful) {