Skip to content

Commit

Permalink
✏️ Fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
jelledc committed Oct 14, 2024
1 parent 1fa1dd3 commit 4fbc75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import mergeArraysOnProperty from './mergeArraysOnProperty';
import fetchAllRequest from './fetchAllRequest';
import createRequestUrl from './createRequestUrl';
import merge from 'lodash/merge';
import mergeWith from 'lodash/mergewith';
import mergeWith from 'lodash/mergeWith';
import { Configuration } from '../types';

const request = async ({
Expand Down

0 comments on commit 4fbc75c

Please sign in to comment.