Skip to content

Commit

Permalink
fix(api-core): filesDelivery merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Christie Baker authored and Christie Baker committed Nov 19, 2018
1 parent 773c9b7 commit eb75160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/api-axios/src/filesDelivery.js
@@ -1,9 +1,7 @@
import axios from 'axios';
import utils from 'axios/lib/utils';
import merge from 'merge-options-es5';
import { AvFilesDelivery } from '@availity/api-core';

const { merge } = utils;

export default new AvFilesDelivery({
http: axios,
promise: Promise,
Expand Down

0 comments on commit eb75160

Please sign in to comment.