Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Oct 30, 2024
1 parent c77b437 commit e2415a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/experiment-browser/src/integration/amplitude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ import { safeGlobal } from '@amplitude/experiment-core';

import { ExperimentConfig } from '../config';
import { Client } from '../types/client';
import { ExperimentEvent, ExperimentPluginType, IntegrationPlugin } from '../types/plugin';
import {
ExperimentEvent,
ExperimentPluginType,
IntegrationPlugin,
} from '../types/plugin';
import { ExperimentUser, UserProperties } from '../types/user';
import {
AmplitudeState,
Expand Down

0 comments on commit e2415a8

Please sign in to comment.