Skip to content

Commit

Permalink
Fix import checkpoint-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Mar 17, 2020
1 parent d325f21 commit 5b4b350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/sdk/src/sendPanic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import os from 'os'
import path from 'path'
import stripAnsi from 'strip-ansi'
import tmp from 'tmp'
import checkpoint from 'checkpoint-client'
import * as checkpoint from 'checkpoint-client'
import { maskSchema } from './utils/maskSchema'
import { RustPanic, ErrorArea } from './panic'
import { getProxyAgent } from '@prisma/fetch-engine'
Expand Down

0 comments on commit 5b4b350

Please sign in to comment.