This commit is contained in:
parent
9ab6fedb3b
commit
1a6e65a337
@ -7,7 +7,7 @@ export const Whoami = () => {
|
|||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
||||||
const data = useLanyardWS('821421438719492136', {
|
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');
|
const customStatus = data && data.activities.find(x => x.id === 'custom');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user