feat(sw-453): implemented filter from packages
This commit is contained in:
@@ -74,7 +74,7 @@ export async function getServiceToken() {
|
||||
if (env.HIDE_FOR_NEXT_RELEASE) {
|
||||
scopes = ["profile"]
|
||||
} else {
|
||||
scopes = ["profile", "hotel", "booking"]
|
||||
scopes = ["profile", "hotel", "booking", "package"]
|
||||
}
|
||||
const tag = generateServiceTokenTag(scopes)
|
||||
const getCachedJwt = unstable_cache(
|
||||
|
||||
Reference in New Issue
Block a user