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

Commit

Permalink
use just-curry-it in axios module
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Aug 15, 2023
1 parent f6f4591 commit 5bfd872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion axios/safe-http-client.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const {curry} = require('../fusto')
const curry = require('just-curry-it')

const {parseAxiosError} = require('../errors')

const safeHttpClient = (client, params) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moar-js",
"version": "0.5.1",
"version": "0.5.2",
"description": "Simple JavaScript files I use across projects",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 5bfd872

Please sign in to comment.