fix session get

pull/1653/head
Brian Cao 2022-11-08 15:42:46 -08:00
parent 648a5341e5
commit 224e9b3718
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ async function relationalQuery(where) {
});
}
async function clickhouseQuery(sessionId) {
async function clickhouseQuery({ id: sessionId }) {
const { rawQuery, findFirst } = clickhouse;
const params = [sessionId];