Skip to content

Commit

Permalink
test format
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodfaiziev committed Oct 2, 2024
1 parent 29b29b5 commit 6733754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network-manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { AxiosInstance, AxiosRequestConfig, AxiosResponse } from "axios";
import axios from "axios";
import { injectable } from "inversify";
import {injectable} from "inversify";

import { INetworkManager } from "./network-manager.interface";
import { NetworkErrorParams } from "./interfaces/network-error-params";
Expand Down

0 comments on commit 6733754

Please sign in to comment.