Skip to content

Commit 91917ab

Browse files
committed
fix: review update
1 parent e15f6f8 commit 91917ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.resourceMeta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const setMetadataOptions = ({ name, baseUri, searchParams, metaConfig, config, c
191191
return generateMetaContent({
192192
title: metaTitle,
193193
description: metaDescription,
194-
params: params,
194+
params,
195195
exampleUris
196196
});
197197
};

0 commit comments

Comments
 (0)