mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Removed output parsing for clickhouse.
This commit is contained in:
parent
592708eafd
commit
7a0575e33a
9 changed files with 20 additions and 51 deletions
|
|
@ -194,5 +194,5 @@ export async function POST(request: Request) {
|
|||
|
||||
const token = createToken({ websiteId, sessionId, visitId, iat }, secret());
|
||||
|
||||
return json({ cache: token, websiteId, sessionId, visitId, iat });
|
||||
return json({ cache: token });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue