Updated to upstream
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cami 2021-07-24 02:11:17 +02:00
parent 74ca8d8973
commit 8bb37bbc21
2 changed files with 5 additions and 5 deletions

View file

@ -110,11 +110,9 @@ export default function Study() {
setState(STATES.NORMAL);
handleLoggerOn();
// map username and session with the logs
_logger.current.logCustomEvent(
{
name: serverUsername,
},
);
_logger.current.logCustomEvent({
name: serverUsername,
});
};
const resetInputValues = () => {