fix stats query

This commit is contained in:
Brian Cao 2022-07-22 17:47:26 -07:00
parent 810ae101ed
commit aa8057f9fe
3 changed files with 2 additions and 5 deletions

View file

@ -52,8 +52,6 @@ export async function getSession(req) {
device,
});
console.log(session);
if (!session) {
return null;
}