fix: 📈 update ackee domain id
This commit is contained in:
parent
668bc2b3b1
commit
416e0a18ea
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if (localStorage.getItem(confirmKey) === null) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
|
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
|
||||||
const ackeeDomainId = 'c7d67b68-9522-4bf0-8dd5-1332790999a9';
|
const ackeeDomainId = 'fc6deee5-c700-4c8a-87cd-421b673a33aa';
|
||||||
const ackeeOpts = {
|
const ackeeOpts = {
|
||||||
detailed: localStorage.getItem(confirmKey) === 'true'
|
detailed: localStorage.getItem(confirmKey) === 'true'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue