fix: jsdoc comment

This commit is contained in:
StevanFreeborn
2023-02-08 23:44:18 -06:00
parent 3168a708bf
commit 61cb4d2929
+1 -1
View File
@@ -305,7 +305,7 @@ export class ApiResponse<T> {
/**
* @method asFileCollectionType - Converts the field item to the appropriate field object based upon the field item's type.
* @param fieldItem - The field item to convert.
* @param {any} fieldItem - The field item to convert.
* @returns {Field} - The converted field object.
*/
private static getFieldByType(fieldItem: any): Field {