From cf45e29714a8db702956da19c750011a29978748 Mon Sep 17 00:00:00 2001 From: Louis Bompart Date: Mon, 7 Nov 2022 11:07:03 -0500 Subject: [PATCH] chore(wakeup): fix derp import (#1011) CDX-1222 ## Proposed changes Fixed bad import. - [x] Manual Tests: `node pathToTheScript` --- scripts/cleaning/wake-org.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleaning/wake-org.mjs b/scripts/cleaning/wake-org.mjs index 4429ff5800..912bec5e07 100644 --- a/scripts/cleaning/wake-org.mjs +++ b/scripts/cleaning/wake-org.mjs @@ -1,4 +1,4 @@ -import PlatformClient from '@coveo/platform-client'; +import {PlatformClient} from '@coveo/platform-client'; (async () => { const client = new PlatformClient({