[CodeFactor] Apply fixes to commit 739f8c4

This commit is contained in:
codefactor-io 2023-10-22 13:44:32 +00:00
parent 739f8c4e13
commit af5b1a2d8e
No known key found for this signature in database
GPG key ID: B66B2D63282C190F
3 changed files with 1 additions and 7 deletions

View file

@ -126,7 +126,7 @@ app.whenReady().then(() => {
// return process messages
daemonProcess.on("error", (err) => {
// daemonProcessLog.error(`error when starting daemon: ${err}`);
console.log(err)
console.log(err);
});
daemonProcess.on("message", () => {
// daemonProcessLog.info(`${data}`);
@ -136,7 +136,6 @@ app.whenReady().then(() => {
});
daemonProcess.stderr.on("data", () => {
// daemonProcessLog.info(`${data}`);
});
daemonProcess.on("close", (code) => {
// daemonProcessLog.warn(`daemonProcess exited with code ${code}`);

View file

@ -29,8 +29,6 @@ import chat_new_message from "./chat_new_message.vue";
</div>
</div>
<div class="col-9 border-start vh-100 p-0">
<!------messages area ---------------------------------------------------------------------->
<div
class="container overflow-auto"

View file

@ -22,7 +22,6 @@ import { displayToast } from "./popupHandler.js";
//const FD = require("./src/js/freedata.js");
import { btoa_FD } from "./freedata.js";
// define default message object
interface Attachment {
content_type: string;
@ -134,7 +133,6 @@ chat.callsign_list = new Set();
// function for creating a new broadcast
export function newBroadcast(broadcastChannel, chatmessage) {
var file = "";
var filetype = "text";
var filename = "";
@ -196,7 +194,6 @@ export function newMessage(
chatFileSize,
chatFileType,
) {
var filename = "";
var filetype = "";
var file = "";