We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc35f59 commit 038cbc3Copy full SHA for 038cbc3
server/api/atproto/author-profiles.get.ts
@@ -81,7 +81,7 @@ export default defineCachedEventHandler(
81
maxAge: CACHE_MAX_AGE_ONE_DAY,
82
getKey: event => {
83
const { authors } = getQuery(event)
84
- return `author-profiles:${authors ?? ''}`
+ return `author-profiles:${authors ?? 'npmx.dev'}`
85
},
86
87
)
0 commit comments