Skip to content

Commit

Permalink
style: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jan 6, 2025
1 parent 9493619 commit f4d6446
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/service/run.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import { BACKEND_URL } from '@/const'

interface SandboxResponse {
id: string
ok: boolean
duration: number
stdout: string
stderr: string
}

interface FormatMessage {
formatted: string
formatter_output: string
Expand Down

0 comments on commit f4d6446

Please sign in to comment.