Merged in chore/cleanup-unused (pull request #3461)
chore: Cleanup unused vars, exports, types * Cleanup some unused exports * Remove more * Readd CampaignPageIncludedHotelsRef * Add alias comment to procedure exports * Remove unused exports Approved-by: Linus Flood
This commit is contained in:
@@ -6,7 +6,7 @@ import { webviews } from "@/constants/routes/webviews"
|
||||
|
||||
import type { Lang } from "@scandic-hotels/common/constants/language"
|
||||
|
||||
export async function webviewSearchParams() {
|
||||
async function webviewSearchParams() {
|
||||
const searchParams = new URLSearchParams()
|
||||
const headersList = await headers()
|
||||
const loginType = headersList.get("loginType")
|
||||
|
||||
Reference in New Issue
Block a user