Skip to content

Commit 23cbaaa

Browse files
authored
- fixes a linting error
1 parent 2210039 commit 23cbaaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ authRouter.get('/callback', async (req, res, next) => {
5353
}
5454
});
5555

56-
5756
// This route gets called when using the app-only flow
5857
authRouter.get('/callbackapponly', async (req, res, next) => {
5958
try {

0 commit comments

Comments
 (0)