Skip to content

Commit c50663b

Browse files
committed
Fix lint
1 parent 0516ac8 commit c50663b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
10391039
if (matchingMemories.length > 0) {
10401040
result.memories = matchingMemories;
10411041
}
1042-
} catch (error) {
1042+
} catch (_error) {
10431043
// No memory file yet, that's fine - don't fail the whole request
10441044
}
10451045

0 commit comments

Comments
 (0)