(userId: string)
| 173 | } |
| 174 | |
| 175 | async function getPublicUserPlugins(userId: string) { |
| 176 | "use cache"; |
| 177 | cacheLife("hours"); |
| 178 | cacheTag("plugins"); |
| 179 | return fetchUserPlugins(userId); |
| 180 | } |
| 181 | |
| 182 | export async function getUserPlugins( |
| 183 | userId: string, |
no test coverage detected