mirror of https://github.com/louislam/uptime-kuma
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>pull/5660/head
parent
9081025c4a
commit
fdd1ece65b
|
@ -35,9 +35,9 @@ const {
|
||||||
const dayjs = require("dayjs");
|
const dayjs = require("dayjs");
|
||||||
|
|
||||||
// SASLOptions used in JSDoc
|
// SASLOptions used in JSDoc
|
||||||
// eslint-disable-next-line no-unused-vars
|
|
||||||
const {
|
const {
|
||||||
Kafka,
|
Kafka,
|
||||||
|
// eslint-disable-next-line no-unused-vars
|
||||||
SASLOptions,
|
SASLOptions,
|
||||||
} = require("kafkajs");
|
} = require("kafkajs");
|
||||||
const crypto = require("crypto");
|
const crypto = require("crypto");
|
||||||
|
|
Loading…
Reference in New Issue