feat(sw-453): implemented filter from packages

This commit is contained in:
Pontus Dreij
2024-10-25 12:55:13 +02:00
parent 260c9096f6
commit 7b36139684
20 changed files with 330 additions and 133 deletions
+1 -1
View File
@@ -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(