mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
remove static
This commit is contained in:
@@ -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,
|
||||||
}))
|
}))
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user