mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-15 04:30:29 +03:00
Fix inconsistent bracket spacing and cleanup unused comment
Standardize spacing for array brackets across the codebase to improve readability and consistency. Additionally, relocate the eslint-disable comment for clarity and ensure proper association with the unused variable declaration. Signed-off-by: Toby Liddicoat <toby@codesure.co.uk>
This commit is contained in:
parent
9081025c4a
commit
fdd1ece65b
1 changed files with 1 additions and 1 deletions
|
@ -35,9 +35,9 @@ const {
|
|||
const dayjs = require("dayjs");
|
||||
|
||||
// SASLOptions used in JSDoc
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const {
|
||||
Kafka,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
SASLOptions,
|
||||
} = require("kafkajs");
|
||||
const crypto = require("crypto");
|
||||
|
|
Loading…
Add table
Reference in a new issue