mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-26 12:56:56 +00:00
missing whitespace
This commit is contained in:
parent
f0a32f207d
commit
4b79ab9487
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@
|
|||
|
||||
let logEntryCutoffIndex = 1;
|
||||
|
||||
if(parts.length >= 10) {
|
||||
if (parts.length >= 10) {
|
||||
const dateTime = `<b>${parts[0]} ${parts[1]}</b>`;
|
||||
const from = `<b>${parts[3]}</b>`;
|
||||
const to = `<b>${parts[5].replace(/^\/+/, "")}</b>`;
|
||||
|
|
Loading…
Reference in a new issue