Skip to content

Commit

Permalink
chore(wakeup): fix derp import (#1011)
Browse files Browse the repository at this point in the history
CDX-1222

## Proposed changes

Fixed bad import.

- [x] Manual Tests: `node pathToTheScript`
  • Loading branch information
louis-bompart authored Nov 7, 2022
1 parent 0cb8771 commit cf45e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cleaning/wake-org.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PlatformClient from '@coveo/platform-client';
import {PlatformClient} from '@coveo/platform-client';

(async () => {
const client = new PlatformClient({
Expand Down

0 comments on commit cf45e29

Please sign in to comment.