fix(): secure wss
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aleksander Wilczyński 2025-04-14 00:31:05 +02:00
parent 9ab6fedb3b
commit 1a6e65a337
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

@ -7,7 +7,7 @@ export const Whoami = () => {
const { t } = useTranslation();
const data = useLanyardWS('821421438719492136', {
api: { hostname: 'api.lanyard.alekswilc.dev' }
api: { hostname: 'api.lanyard.alekswilc.dev', secure: true }
});
const customStatus = data && data.activities.find(x => x.id === 'custom');