Files
doneit-web/version/git-version.ts
T
Peter Maquiran 9e7a8b6cb6 fix error
2024-09-18 19:13:59 +01:00

11 lines
729 B
TypeScript

export let versionData = {
"shortSHA": "6dac5733a",
"SHA": "6dac5733a6a1f6372f8e8cc44e4d44446ed71601",
"branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Wed Sep 18 19:02:45 2024 +0100'",
"lastCommitMessage": "reflect to mobile",
"lastCommitNumber": "6082",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/module/chat/domain/use-case/room/room-get-list-use-case.service.ts\n\tmodified: src/app/ui/chat/modal/messages/contacts/contacts.page.ts",
"changeAuthor": "peter.maquiran"
}