Files
doneit-web/version/git-version.ts
T
Peter Maquiran 33520fc758 remove userId
2024-11-06 09:16:35 +01:00

11 lines
672 B
TypeScript

export let versionData = {
"shortSHA": "0889e8240",
"SHA": "0889e824059f11f674538c5adccbcf4790693708",
"branch": "feature/login-v2",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Wed Nov 6 09:13:36 2024 +0100'",
"lastCommitMessage": "remove basic",
"lastCommitNumber": "6125",
"changeStatus": "On branch feature/login-v2\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/models/user.model.ts\n\tmodified: src/app/ui/chat/component/group-contacts/group-contacts.page.html\n\tmodified: src/app/ui/chat/modal/group-contacts/group-contacts.page.html",
"changeAuthor": "peter.maquiran"
}