mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 17:15:34 -08:00
Debug logging
This commit is contained in:
@@ -119,6 +119,17 @@ export default function Integration({ config, params, setEvents, hideErrors, tim
|
||||
`${event.title ?? ""}-${event.type ?? ""}-${event.status ?? ""}-${event.url ?? ""}-${event.location ?? ""}`,
|
||||
);
|
||||
const hash = simpleHash(`${eventIdentifier}-${occurrenceTimestamp}`);
|
||||
console.log(
|
||||
hash,
|
||||
occurrenceTimestamp,
|
||||
eventIdentifier,
|
||||
event.id,
|
||||
event.title,
|
||||
event.type,
|
||||
event.status,
|
||||
event.url,
|
||||
event.location,
|
||||
);
|
||||
|
||||
let title = event.title;
|
||||
if (showName) {
|
||||
|
||||
Reference in New Issue
Block a user