mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Prettified Code!
This commit is contained in:
parent
285ad3684d
commit
24527e221c
2 changed files with 16 additions and 16 deletions
|
@ -731,7 +731,7 @@ ipcRenderer.on("action-new-msg-received", (event, arg) => {
|
|||
if (item.fec == "broadcast") {
|
||||
obj.timestamp = Math.floor(Date.now() / 1000);
|
||||
obj.dxcallsign = item.dxcallsign;
|
||||
obj.dxgrid = 'null';
|
||||
obj.dxgrid = "null";
|
||||
obj.uuid = uuidv4().toString();
|
||||
obj.command = "msg";
|
||||
obj.checksum = "null";
|
||||
|
@ -742,7 +742,7 @@ ipcRenderer.on("action-new-msg-received", (event, arg) => {
|
|||
obj.filename = "null";
|
||||
obj.filetype = "null";
|
||||
obj.file = "null";
|
||||
console.log(obj)
|
||||
console.log(obj);
|
||||
add_obj_to_database(obj);
|
||||
update_chat_obj_by_uuid(obj.uuid);
|
||||
|
||||
|
|
Loading…
Reference in a new issue