Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit 60bddcd

Browse files
committed
fix: linting issue - inconsistent return
1 parent 02ece9c commit 60bddcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jsonapi.js

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ function links(req, res) {
6060
self: baseUrl
6161
}
6262
}
63+
64+
return null
6365
}
6466

6567
export default function() {

0 commit comments

Comments
 (0)