Skip to content

Commit 6929b12

Browse files
committed
Update StructuredData.ts
1 parent 9bea589 commit 6929b12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/StructuredData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class StructuredData< T = any, R = MetricRaw > {
108108
*
109109
* @param {any} results - The raw metric results
110110
* @returns {IndexedResult< R >[]} - Normalized results with indices
111+
* @throws {TypeError} - If results format is unsupported
111112
*/
112113
private normalizeResults ( results: CmpFnResult< R > ) : IndexedResult< R >[] {
113114
if ( ! Array.isArray( results ) || results.length === 0 ) return [];

0 commit comments

Comments
 (0)