mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-20 03:16:23 +00:00
Removed another trailing space
This commit is contained in:
parent
fcf5eb7997
commit
39a69adabb
@ -48,7 +48,7 @@ export default class FileHandler {
|
|||||||
let fileData = {
|
let fileData = {
|
||||||
id: fileId,
|
id: fileId,
|
||||||
file: file,
|
file: file,
|
||||||
fileName : fileName
|
fileName: fileName
|
||||||
};
|
};
|
||||||
this.localFileQueue.push(fileData);
|
this.localFileQueue.push(fileData);
|
||||||
this.chat.addChatMessage({
|
this.chat.addChatMessage({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user