This commit is contained in:
nocci 2026-01-08 12:56:49 +00:00
parent 2140139fc9
commit c067ad71fe
2 changed files with 9 additions and 5 deletions

View file

@ -138,4 +138,4 @@ const ensureLoggedIn = async (page, context) => {
if (!cfg.debug) context.setDefaultTimeout(cfg.timeout);
return user;
};
};