Fix null variable

This commit is contained in:
Peter Maquiran
2023-02-17 12:37:10 +01:00
parent 39e2f775db
commit 7d79128ffd
3 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "87d8863d7",
"SHA": "87d8863d7dafa4532fa72e06f94188cb9222c34d",
"shortSHA": "39e2f775d",
"SHA": "39e2f775dbd168470f90f68d18c88ffb96ecb910",
"branch": "no_bug_movemente",
"lastCommitAuthor": "'Eudes Inácio'",
"lastCommitTime": "'Fri Feb 17 12:18:28 2023 +0100'",
"lastCommitMessage": "Verb of the action changed",
"lastCommitNumber": "4796",
"lastCommitTime": "'Fri Feb 17 12:24:25 2023 +0100'",
"lastCommitMessage": "git pull made",
"lastCommitNumber": "4805",
"change": "",
"changeStatus": "On branch no_bug_movemente\nYour branch and 'origin/no_bug_movemente' have diverged,\nand have 7 and 8 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/models/user.model.ts\n\tmodified: src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts\n\tmodified: src/app/services/events.service.ts\n\tnew file: src/app/services/notification-message.service.spec.ts\n\tnew file: src/app/services/notification-message.service.ts\n\tnew file: src/app/services/role-id.service.spec.ts\n\tnew file: src/app/services/role-id.service.ts\n\tmodified: src/global.scss",
"changeAuthor": "eudes.inacio"
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/event-list/approve-event/approve-event.page.html\n\tmodified: src/app/shared/agenda/approve-event/approve-event.page.html",
"changeAuthor": "peter.maquiran"
}