@@ -51,6 +51,8 @@ export const getRecentThreadsFactory = (crowi: Crowi): RequestHandler[] => {
];
return [
+ // biome-ignore lint/suspicious/noTsIgnore: Suppress auto fix by lefthook
+ // @ts-ignore - Scope type causes "Type instantiation is excessively deep" with tsgo
accessTokenParser([SCOPE.READ.FEATURES.AI_ASSISTANT], {
acceptLegacy: true,
}),