Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 1262160

Browse files
committed
Fix jsdoc
1 parent 7058ef7 commit 1262160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/api/wp/archive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import getPostTypeArchive from '@/api/wordpress/_global/getPostTypeArchive'
44
* Load more posts for an archive.
55
*
66
* @author WebDevStudios
7-
* @param {Object} req Instance of http.IncomingMessage.
8-
* @param {Object} res Instance of http.ServerResponse.
7+
* @param {object} req Instance of http.IncomingMessage.
8+
* @param {object} res Instance of http.ServerResponse.
99
*/
1010
export default async function archive(req, res) {
1111
try {

0 commit comments

Comments
 (0)