feat: add edge request function
This commit is contained in:
@@ -37,9 +37,7 @@ export const accountPageQueryRouter = router({
|
||||
uid,
|
||||
},
|
||||
{
|
||||
next: {
|
||||
tags: [generateRefsResponseTag(lang, uid)],
|
||||
},
|
||||
tags: [generateRefsResponseTag(lang, uid)],
|
||||
}
|
||||
)
|
||||
|
||||
@@ -71,7 +69,7 @@ export const accountPageQueryRouter = router({
|
||||
locale: lang,
|
||||
uid,
|
||||
},
|
||||
{ next: { tags } }
|
||||
{ tags }
|
||||
)
|
||||
|
||||
if (!response.data) {
|
||||
|
||||
Reference in New Issue
Block a user