diff options
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/app/actions/fetchers.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/web/app/actions/fetchers.ts b/apps/web/app/actions/fetchers.ts index bed930c5..25aad8e3 100644 --- a/apps/web/app/actions/fetchers.ts +++ b/apps/web/app/actions/fetchers.ts @@ -162,7 +162,6 @@ export const getMemoriesInsideSpace = async ( export const getAllUserMemoriesAndSpaces = async (): ServerActionReturnType<{ spaces: StoredSpace[]; memories: Content[]; - userId: string; }> => { const data = await auth(); |