Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Dec 6, 2022
1 parent c35c1b1 commit 5f444b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import filter from '@bundle-stats/plugin-webpack-filter';
import pck from '../package.json';
import * as LOCALES from '../locales/en';
import send from './send';
import { debug, getCommitMessage, getEnvCI, getGitSlug } from './utils';
import {
debug, getCommitMessage, getEnvCI, getGitSlug,
} from './utils';

const DEFAULT_ENDPOINT = 'https://api.relative-ci.com/save';
const WEBPACK_STATS = 'webpack.stats';
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const childProcess = require('child_process');
const { merge, pick } = require('lodash');
const { pick } = require('lodash');
const envCI = require('env-ci');

const CI_ENV_VAR_NAMES = [
Expand Down

0 comments on commit 5f444b4

Please sign in to comment.