diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts index 63320a97a..5b4f9720e 100644 --- a/src/app/pages/login/login.page.ts +++ b/src/app/pages/login/login.page.ts @@ -19,7 +19,6 @@ import { Cy } from 'cypress/enum' import { AgendaDataRepositoryService } from 'src/app/module/agenda/data/repository/agenda-data-repository.service'; import { NotificationRepositoryService } from 'src/app/module/notification/data/notification-repository.service' import { ChatServiceService } from 'src/app/module/chat/domain/chat-service.service'; -import { chatDatabase } from 'src/app/infra/database/dexie/service'; import { RoomLocalRepository } from 'src/app/module/chat/data/repository/room/room-local-repository.service' import { MessageLocalDataSourceService } from 'src/app/module/chat/data/repository/message/message-local-data-source.service' diff --git a/version/git-version.ts b/version/git-version.ts index fd0419ec6..e4bcc5cd7 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "ed1b0c01d", - "SHA": "ed1b0c01d7497d40fe3e5d4ecdc2af8232962dea", + "shortSHA": "722e272ac", + "SHA": "722e272acd0640050d2c50103357f1f5cc8d0685", "branch": "feature/chat-new-api-peter", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Fri Sep 13 15:33:40 2024 +0100'", - "lastCommitMessage": "clear chat connection", - "lastCommitNumber": "6073", - "changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/pages/login/login.page.ts", + "lastCommitTime": "'Fri Sep 13 15:37:25 2024 +0100'", + "lastCommitMessage": "update socket connection", + "lastCommitNumber": "6074", + "changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 2 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: src/app/pages/login/login.page.ts\n\tmodified: version/git-version.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file