Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 30, 2023
1 parent abd6f45 commit bc5d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/status.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as path from 'path';
import * as fs from 'fs-extra';
import { AxiosResponse, AxiosError, AxiosRequestHeaders, AxiosRequestConfig, InternalAxiosRequestConfig } from "axios";
import { AxiosResponse, AxiosError, InternalAxiosRequestConfig } from 'axios';
import { of, throwError } from 'rxjs';
import { ValidationPipe } from '@nestjs/common';
import { HttpService } from '@nestjs/axios';
Expand Down

0 comments on commit bc5d57c

Please sign in to comment.