Fix sending heartbeats and parsing GitHub repo

This commit is contained in:
Alan Hamlett
2024-08-30 10:33:13 +02:00
parent fb29f07e5e
commit 872161f655
5 changed files with 26 additions and 28 deletions

View File

@@ -24,6 +24,7 @@ export const getSettings = async (): Promise<Settings> => {
blacklist: null,
denyList: [],
hostname: config.hostname,
loggingEnabled: config.loggingEnabled,
loggingStyle: config.loggingStyle,
loggingType: config.loggingType,
socialMediaSites: config.socialMediaSites,