fix: 📈 update ackee domain id

This commit is contained in:
Sebin Nyshkim 2025-07-20 00:10:28 +02:00
parent 668bc2b3b1
commit 416e0a18ea
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -11,7 +11,7 @@ if (localStorage.getItem(confirmKey) === null) {
}
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
const ackeeDomainId = 'c7d67b68-9522-4bf0-8dd5-1332790999a9';
const ackeeDomainId = 'fc6deee5-c700-4c8a-87cd-421b673a33aa';
const ackeeOpts = {
detailed: localStorage.getItem(confirmKey) === 'true'
};