debug: log tokenOrSlug in getClientWithProjectsByToken
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -134,6 +134,7 @@ export async function getClientWithProjectsByToken(
|
||||
tokenOrSlug: string
|
||||
): Promise<ClientProjectSummary | null> {
|
||||
try {
|
||||
console.log("[client-view] lookup:", tokenOrSlug);
|
||||
// Try slug first
|
||||
let clientRows = await db
|
||||
.select({
|
||||
|
||||
Reference in New Issue
Block a user