Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jan 29, 2024
1 parent e2abad4 commit 200fc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/test/remote/client.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FetchError } from '@amplitude/experiment-core';
import { RemoteEvaluationClient } from 'src/remote/client';
import { ExperimentUser } from 'src/types/user';
import { FetchError } from '@amplitude/experiment-core';

const API_KEY = 'server-qz35UwzJ5akieoAdIgzM4m9MIiOLXLoz';

Expand Down

0 comments on commit 200fc72

Please sign in to comment.