remove static

This commit is contained in:
Peter Maquiran
2024-09-13 15:14:59 +01:00
parent 5c755b71ac
commit e0bd6fdf44
2 changed files with 7 additions and 7 deletions
@@ -218,7 +218,7 @@ export class DespachoPage implements OnInit {
"DocNumber": "element.DocNumber", "DocNumber": "element.DocNumber",
"FolderId": e.folderId, "FolderId": e.folderId,
"content": e.content, "content": e.content,
"Sender": "uuid", "Sender": "",
"SourceDocId": "element.SourceDocId", "SourceDocId": "element.SourceDocId",
"status": e.status, "status": e.status,
})) }))
+6 -6
View File
@@ -1,11 +1,11 @@
export let versionData = { export let versionData = {
"shortSHA": "f44651777", "shortSHA": "5c755b71a",
"SHA": "f446517773f30691ca46fbc75069de0a4b205b83", "SHA": "5c755b71ac7a384ea270b7f60a0d8308bbc3c6e3",
"branch": "feature/chat-new-api-peter", "branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Fri Sep 13 14:03:51 2024 +0100'", "lastCommitTime": "'Fri Sep 13 15:11:22 2024 +0100'",
"lastCommitMessage": "create room on reive from socket", "lastCommitMessage": "remove console .log",
"lastCommitNumber": "6070", "lastCommitNumber": "6071",
"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/ui/chat/component/contacts/contacts.page.ts\n\tmodified: src/app/ui/chat/modal/messages/messages.page.ts\n\tmodified: version/git-version.ts", "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/pages/gabinete-digital/despachos/despacho/despacho.page.ts",
"changeAuthor": "peter.maquiran" "changeAuthor": "peter.maquiran"
} }