diff options
| -rw-r--r-- | daytona.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daytona.ts b/daytona.ts index 0315560ea..4007b77aa 100644 --- a/daytona.ts +++ b/daytona.ts @@ -19,8 +19,6 @@ let daytona = function daytona(): Promise<Daytona> { return client } - - const preview = new Map<string, { url: string; token: string }>() const repo = "/home/daytona/workspace/repo" const root = "/home/daytona/workspace" |
