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

Commit f3c4074

Browse files
committed
Fix alignment
1 parent 249264f commit f3c4074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/wordpress/_global/getPostTypeById.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import getMenus from '../menus/getMenus'
2020
* @param {number | string} id Post identifier.
2121
* @param {string} idType Type of ID.
2222
* @param {string} preview Whether query is for a regular post view (null), a preview check (basic), or full post preview (full).
23-
* @return {object} Object containing Apollo client instance and post data or error object.
23+
* @return {object} Object containing Apollo client instance and post data or error object.
2424
*/
2525
export default async function getPostTypeById(
2626
postType,

0 commit comments

Comments
 (0)