Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore: fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed May 17, 2019
1 parent 8a6d5b5 commit 2786bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/src/core/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ export function omit(source: { [key: string]: any }, excluded: string[]) {
target[key] = source[key];
}
return target;
}
}

0 comments on commit 2786bc3

Please sign in to comment.