Skip to content

Commit

Permalink
Removed eslint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
PixNyb committed Jul 6, 2024
1 parent ab3f197 commit 1f85866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/app.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const axios = require("axios");
const jwt = require("jsonwebtoken");
const { app, stop } = require("../app");
const { stop } = require("../app");
const {
ACCESS_TOKEN_SECRET,
REFRESH_TOKEN_SECRET,
Expand Down

0 comments on commit 1f85866

Please sign in to comment.