Files
doneit-web/version/git-version.ts
T
Peter Maquiran 0c024beb77 fix notification
2024-07-12 17:06:06 +01:00

11 lines
629 B
TypeScript

export let versionData = {
"shortSHA": "e952cc227",
"SHA": "e952cc2278c1dccf0502be8597a40c221034c3b7",
"branch": "feature/agenda-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Fri Jul 12 16:55:29 2024 +0100'",
"lastCommitMessage": "create event from attachment",
"lastCommitNumber": "5865",
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/services/notifications.service.ts",
"changeAuthor": "peter.maquiran"
}