Skip to content

Commit f1a07a9

Browse files
committed
ci fix
1 parent 90e4595 commit f1a07a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/title.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ describe("Title field backwards compatibility", () => {
185185
title: "User Profile",
186186
description: "User profile information"
187187
},
188-
async (uri, { userId }, extra) => ({
188+
async (uri, { userId }, _extra) => ({
189189
contents: [{
190190
uri: uri.href,
191191
text: `Profile data for user ${userId}`

0 commit comments

Comments
 (0)