Removed polyfills from tracker. Switched to XMLHttpRequest.
This commit is contained in:
@@ -23,6 +23,7 @@ export const useSession = use(async (req, res, next) => {
|
||||
try {
|
||||
session = await getSession(req);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return serverError(res, e.message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user