infra/bumpversion #208

Merged
cami merged 4 commits from infra/bumpversion into main 2021-07-24 22:07:27 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 8bb37bbc21 - Show all commits

View file

@ -8,6 +8,8 @@ services:
backend-prod:
image: caminsha/bt-backend
container_name: backend-prod
volumes:
- "./database.db:/app/database.db:z"
environment:
DEBUG: "no"
PORT: 5050

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 = () => {