Skip to content

Commit

Permalink
feat: loader 에 Return value 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 20, 2024
1 parent 85e6d56 commit d916911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/user/src/routes/loader/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ export default async function layoutLoader() {

return defer({ userStatus });
}

return null;
}

0 comments on commit d916911

Please sign in to comment.