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