Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Feb 11, 2021
1 parent b114a6c commit 925299c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import { APMOSSConfig } from 'src/plugins/apm_oss/server';
import { APMXPackConfig } from '.';
import { mergeConfigs } from './config';
import { mergeConfigs } from './index';

describe('mergeConfigs', () => {
it('merges the configs', () => {
Expand Down

0 comments on commit 925299c

Please sign in to comment.