Skip to content

Commit 108fe75

Browse files
Fix lint
1 parent f059131 commit 108fe75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/lib/braze/initialiseBraze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as braze from '@braze/web-sdk';
1+
import type * as braze from '@braze/web-sdk';
22
import { isUndefined, log } from '@guardian/libs';
33

44
const SDK_OPTIONS: braze.InitializationOptions = {

0 commit comments

Comments
 (0)